body {
    font-family: Arial, sans-serif;
    font-size: 14px;
}

*{box-sizing: border-box;}
.left-content{
    background-image: url(img-folder/default-bg.jpg); 
    /* background-size: cover; */
    background-color: #020F22;
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}

.WPW .left-content{
    background-image: none;
    background-color: #0B9444;
    background: linear-gradient(180deg, #1F5933 0%, #9BB656 100%);
    background-size: cover;
    background-position: bottom right;
}
.WPW .brandSelectionPageWrapper .header-brand-logo:after, .PPC .brandSelectionPageWrapper .header-brand-logo:after{
    height: 2px;
    background: #020f22;
}

.ALPHA .left-content{
    background-image: url(img-folder/alphawire-logo-icon-only-white.svg);
    background-color: #2179F3;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.left-content__header{
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 5px;
    font-weight: 600;
    color: #fff;
    padding: 20px 5px 50px 30px;
}
.left-content__header .copyright-txt {
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: normal;
}
.full-height{
    height: 100vh;
}
.right-content {padding-top: 30px;padding-bottom: 30px;}
.right-content .header-brand-logo{position: absolute;top: 0;left: 0;z-index: 99;padding: 20px;}
.right-content__form-wrapper__login-content__header{
    padding: 40px 0px 20px 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.right-content__form-wrapper{
    max-width: 440px;
    height: 100%;
    width: 100%;
}
.right-content__form-wrapper__form-control{
    padding: 12px 40px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
}
.right-content__form-wrapper__form{
    padding: 10px 0px;
    
}
.right-content__form-wrapper__form__icon{
    position: absolute;
    top: 26px;
    left: 14px;
}
.right-content__form-wrapper__forgot-password__anchor{
    color: #020F22;
    text-align: right;
    text-decoration: none;
}
#login_consent a{color: #020F22;}

.right-content__form-wrapper__button{
    padding: 20px 0px;

}
.right-content__form-wrapper__button__wrapper{
    background: #020F22;
    border: none;
    border-radius: 2px;
    color: #fff;
    padding:14px 30px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
}
.right-content__form-wrapper__button__wrapper:hover {
    background: #4E5764;
}
.WPW .right-content__form-wrapper__button__wrapper{
    background: #109648;
}
.ALPHA .right-content__form-wrapper__button__wrapper {
    background: rgb(33, 121, 243);
}
.ALPHA .right-content__form-wrapper__button__wrapper:hover {
    background: rgb(30, 92, 177);
}
.right-content__form-wrapper__para{
    text-align: justify;
    color: #919191;
}
.right-content__form-wrapper__para__anchor{
    color: #007cbe ;
    text-decoration: underline;
    font-weight: 400;
}
.right-content__form-wrapper__footer{
    padding-top: 30px;
    
    
}

.right-content__form-wrapper__footer__list__item__anchor{
    padding: 0px 10px;
    color: #020F22;
    text-decoration: none; 
}
.left-content__header__anchor{
    fill: #fff;
}


.footer__main__legals__copyright {font-size: 13px;letter-spacing: 0;text-align: center;padding-top: 10px;}
.BLD .right-content__form-wrapper__forgot-password__anchor:hover, 
.BLD #login_consent a:hover, 
.BLD .right-content__form-wrapper__footer__list__item__anchor:hover {color: #A850F4;text-decoration: underline;}

.right-content__form-wrapper__forgot-password__anchor:hover, 
#login_consent a:hover, 
.right-content__form-wrapper__footer__list__item__anchor:hover {color: #333;text-decoration: underline;}

.right-content__form-wrapper__footer__list__item__anchor.active, .right-content__form-wrapper__footer__list__item__anchor.active:hover{
    color: #808790;
    text-decoration: underline;
    cursor: default;
    pointer-events: none;
}


@media screen and (max-width:1200px){
   
}


@media screen and (max-width:1140px){
.right-content__form-wrapper__login-content__header{
    padding-top: 40px;
}
.right-content__form-wrapper__footer{
    padding-top: 20px;
}

.col-xl-1{ width:8.33%;}
.col-xl-2{ width:16.66%;}
.col-xl-3{ width:25%;}
.col-xl-4{ width:33.33%;}
.col-xl-5{ width:41.65%;}
.col-xl-6{ width:50%;}
.col-xl-7{ width:58.31%;}
.col-xl-8{ width:66.66%;}
.col-xl-9{ width:75%;}
.col-xl-10{ width:83.3%;}
.col-xl-11{ width:91.63%;}
.col-xl-12{ width:100%;}
.col-xl-13{ width:20%;}	
}

.err{
    color: #dc3545;
    font-size: 14px;
    align-items: center;
    display: none;
    justify-content: start;
    padding-left: 25px;
    position: relative;
}
.err:before{
    width:18px;
    height:18px;
    content: '';
    background:url('img-folder/info-icon-red.svg');
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
}
.server-maintenance-content{
    text-align: center;
}
.server-maintenance-content h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    color: #333;
}
.server-maintenance-content p{
    font-size: 14px;
    color: #686868;
}
.italic{font-size: 14px;}
.server-maintenance-icon{text-align: center;margin-bottom: 10px;}
.server-maintenance-icon img{max-width: 100%;}
.right-content__form-wrapper.max-width-80{max-width: 80%;}
/* loder css */

.loader-default {
    display: contents;
}

.loader-default::after {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 2px solid #fff;
    border-left-color: transparent;
    border-radius: 50%;
    animation: rotation 1s linear infinite;
    left: 0;
    right: 0;
    margin: auto;
}

@keyframes rotation {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.loader-default.is-active+.btn-text {
    opacity: 0;
}

.loader-default.is-active::after {
    display: block;
}
.success-msg {margin-bottom:50px;}
.success-msg h4{font-weight: bold;font-size: 19px;margin-top: 12px;color: #212121;}
.success-msg p{font-size: 14px;color: #555;margin-top: 8px;}
.password-reset-title{font-size: 14px;margin-bottom: 20px;}
.rest-pass-title h4{font-weight: bold;font-size: 24px;color: #212121;}
.flex-basis-30:before{flex-basis: 30px;}
.logout-btn{    
    color: #020F22;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    padding: 11px 30px;
    border-radius: 2px;
    border:2px solid #020F22;
}
.logout-btn:hover{
    color: #4E5764;
    border-color: #4E5764;
    text-decoration:none;
}


.brandSelectionPageWrapper, .GCPassresetSuccess{color: #020F22;background: #E8EDF4;}
.brandSelectionPageWrapper.wide-cards .right-content__form-wrapper{max-width: 700px;}
.brandSelectionPageWrapper .surveyContainer, .brandSelectionPageWrapper .allBrandsContainer, .GCPassresetSuccess .thanksWrapper{background: #fff;padding: 30px;border: none;border-radius: 8px;box-shadow: 0px 0px 1px rgba(2, 15, 34, 0.05), 0px 8px 16px rgba(2, 15, 34, 0.15);margin-bottom: 30px;text-align: center;}
.brandSelectionPageWrapper .surveyContainer .surveyDetail{font-size: 13px;}
.brandSelectionPageWrapper .surveyContainer .surveyBtnContainer{margin-top: 16px;}
.brandSelectionPageWrapper .surveyContainer .surveyBtn{display: inline-flex;margin:10px 10px 0 10px;font-weight: bold;padding: 15px 30px;border-radius: 2px;border:2px solid #020F22;text-decoration:none;line-height: 1;height: 48px;}
.brandSelectionPageWrapper .surveyContainer .surveyBtn.surveyBtnStart{background-color: #020F22;color: #fff;}
.brandSelectionPageWrapper .surveyContainer .surveyBtn.surveyBtnStart:hover{background-color: #4E5764;border-color: #4E5764;}
.brandSelectionPageWrapper .surveyContainer .surveyBtn.surveyBtnStop{color: #020F22;}
.brandSelectionPageWrapper .surveyContainer .surveyBtn.surveyBtnStop:hover{color: #4E5764;border-color: #4E5764;}
.brandSelectionPageWrapper .surveyContainer .surveyHeader{font-size: 18px;font-weight: bold;margin-bottom: 16px;}

.brandSelectionPageWrapper .allBrandsContainer .brandHeader{font-size: 18px;font-weight: bold;margin-bottom: 16px;}
.brandSelectionPageWrapper .allBrandsContainer .brandSubHeader{font-size: 14px;font-weight: bold;margin: 8px 0;}
.brandSelectionPageWrapper .allBrandsContainer .brandOptions{border:1px solid #ddd;padding:8px;display: flex;gap: 20px;flex-wrap: wrap;margin-bottom: 20px;}

.WPW .brandSelectionPageWrapper .surveyContainer .surveyBtn.surveyBtnStart{background-color: #109648;border-color:#109648;color: #fff;}
.WPW .brandSelectionPageWrapper .surveyContainer .surveyBtn.surveyBtnStop{border-color:#109648;color:#109648;}

.brandrow ul {list-style: none;display: flex;flex-wrap: wrap;align-content: space-between;margin: 0 auto;padding: 0px;justify-content: center;}
.brandrow ul li {width: calc((100% - 20px) / 3);text-align: center;line-height: 75px;font-size: 30px;margin: 0px;justify-content: center;display: flex;border-bottom: 1px solid #e5e5e5;}
.brandrow li a{width: 100%;filter: grayscale(1);}
.brandrow li a:hover{filter: grayscale(0);}
.brandrow li:nth-child(3n+2) { border-left: 1px solid #e5e5e5;}
.brandrow li:nth-child(3n+3) { border-left: 1px solid #e5e5e5;}


.brandrow {margin: 30px 0px 0px;}

@media (max-width: 575px) {
    .brandrow_head{font-size:14px;}
    .brandrow ul li {width: calc((100% - 20px) / 2);border-bottom: 1px solid #e5e5e5 !important;border-width: 1px ;border: none;}
    .brandrow li:nth-child(even) {border-left: 1px solid #e5e5e5 !important;border-right: 0px;}
    .brandrow li:nth-child(3n+3) {border-left: none;}
    .brandrow li:nth-child(3n+2) { border-left:none;}
}

@media (max-width: 360px) {
	.brandrow ul li {width: calc((100% - 20px) / 1);}
	.brandrow li:nth-child(even) {border-left: 0px !important;border-right: 0px;}
}




.GCPassresetSuccess .thanksWrapper {text-align: center;font-size: 18px;}
.thanksWrapper .thanksTitle{padding-bottom: 20px;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.newThemeLink, .lnk-regular {color: #020F22;text-decoration: underline;}
.newThemeLink:hover, .lnk-regular:hover {color: #A850F4;}
.GCPassresetSuccess .right-content__form-wrapper {max-width: 600px;}




.brandSelectionPageWrapper {padding-top: 100px;}
.PPC .brandSelectionPageWrapper {padding-top: 120px;}
.brandSelectionPageWrapper .header-brand-logo{right: 0;}
.brandSelectionPageWrapper .header-brand-logo:after{content: '';position: absolute;top:100%;right: 0;left:0;height: 4px;background: linear-gradient(90deg, #A850F4 0%, #FBDB65 100%);display: block;}
.form-header-logo-wrapper.brand-center {text-align: center;padding-bottom: 30px;}



@media screen and (max-width:991px){
    .header-brand-logo{right: 0;position: relative;}
    .header-brand-logo:after{content: '';position: absolute;top:100%;right: 0;left:0;height: 4px;background: linear-gradient(90deg, #A850F4 0%, #FBDB65 100%);display: block;}
    .right-content__form-wrapper__footer{padding-top: 40px;}
    .right-content__form-wrapper__login-content__header {padding-bottom: 0;}
    .GCPassresetSuccess{padding-top: 90px;}
}
@media screen and (max-width:480px){
    .right-content__form-wrapper__login-content__header {padding-top: 20px;}
    .server-maintenance-content h2 {max-width: 300px;margin: 20px auto;}
}

.server-maintenance-content .maintenance-msg{
    display: inline-block;
    border: 1px solid #ffeeba;
    padding: 12px 20px;
    background: #fff3cd;
    color: #856404;
    font-weight: bold;
    letter-spacing: 0.4px;
}
.login-alert {margin-top: -15px;margin-bottom: 30px;width: 100%;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 8px;text-align: left;}
.login-alert.alert-light {border-color: #ded9d9;border-left: 6px solid #818182;}
.login-alert.alert-warning {border-color: #e1ce95;border-left: 6px solid #856404;}
.login-alert.alert-danger {border-color: #dba9ae;border-left: 6px solid #721c24;}
.login-alert.alert-secondary {border-color: #c7c9cd;border-left: 6px solid #383d41;}
.belden-logo-wrapper-small-screens {padding-bottom: 20px;border-bottom: 1px solid #ddd;margin-bottom: 50px;}
