.footer-container{
    margin-top: 0;
}
.register-cont{
     padding: 57px 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-image: url("../imgs/register/reg-bg.png");
     background-size: cover;
 }
.register-from{
    padding: 30px 54px 46px;
    background: rgba(255,255,255,0.7);
    border-radius: 14px 14px 14px 14px;
    max-width: 543px;
}
.r-menu{
    display: flex;
    border-bottom: 1px solid #E0E0E0;
    justify-content: space-between;
    margin-bottom: 33px;
}
 .r-menu div{
     display: flex;
     width: fit-content;
     align-items: center;
     cursor: pointer;
     font-weight: 500;
     font-size: 18px;
     color: #333333;
     padding-bottom: 29px;
     border-bottom: 3px solid transparent;
 }
.r-menu div a{
    display: flex;
    width: fit-content;
    align-items: center;
    font-size: 18px;
    color: #333333;
    padding-bottom:0px;

}
 .r-menu div i{
     font-size: 20px;
     margin-right: 12px;
     color: #333333;
 }
 .r-menu div.on{
    border-color: #E21818;
     color: #E21818;
 }
 .r-menu div.on i{
     color: #E21818;
 }
.input-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    min-height: 56px;
    border-radius: 4px 4px 4px 4px;
    border: 2px solid #BBBBBB;
    padding: 0 12px;
    position: relative;
}
.input-box .form-item{
    width: 100%;
    padding: 0 !important;
}
.input-box.error{
    border: 2px solid #E21818;
}
.input-box .f-label{
    position: absolute;
    font-size: 14px;
    color: #333333;
    left: 10px;
    top: -10px;
    backdrop-filter: blur(4px);
    padding: 0 6px;
}
 .input-box .f-label span{
     color: #E21818;
 }
.input-box input{
    flex: 1;
    font-size: 16px;
    color: rgba(51,51,51,0.87);
    border: none;
    background: none;
    outline: none;
    box-shadow: none !important;
}
.form-text{
    margin-bottom: 13px;
    font-size: 14px;
    color: #BBBBBB;
    line-height: 16px;
}
.input-box .input-type{
    font-size: 18px;
    color: #999999;
    margin-left: 10px;
    cursor: pointer;
}
.reg-slider{
    margin-bottom: 40px;
    height: 56px;
    background: #EEEEEE;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.reg-slider .nc_wrapper,.reg-slider .nc_scale{
    width: 100% !important;
    height: 100% !important;
}
.reg-slider .nc-container .nc_scale span{
    width: 80px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #EEEEEE;
    line-height: 56px;
    font-size: 18px;
}
.reg-slider .nc-container .nc_scale span.nc-lang-cnt,
.reg-slider .nc-container .nc_scale .nc_ok,
.reg-slider .nc-container .nc_scale .nc_bg{
    height: 56px;
}

.reg-btn {
    height: 56px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background: #E21818;
    margin-bottom: 40px;
    margin-top: 40px;
}
 .reg-btn.disabled{
     background: #D9D9D9;
     color: #999999;
     pointer-events: none;
 }
 .checkbox{
     margin-right: 10px !important;
     margin-top: 1px !important;
     appearance: none;
     width: 18px;
     height: 18px;
     border: 1px solid #D9D9D9;
     flex-shrink: 0;
     font-weight: normal;
 }
 .checkbox:focus{
     outline: none !important;
 }
 .checkbox:checked{
     position: relative;
     border: none;
     background: #E21818;
 }
 .checkbox:checked::after{
     content: '';
     display: block;
     position: absolute;
     width: 7px;
     height: 11px;
     transform: rotate(45deg);
     border-bottom: 2px solid #fff;
     border-right: 2px solid #fff;
     left: 6px;
     top: 2px;
 }
.agree-line{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-weight: normal;
}
 .agree-line div{
     font-size: 14px;
     color: #999999;
     line-height: 16px;
     margin-left: 5px;
 }
.reg-btm-line{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    white-space: nowrap;
}
 .reg-btm-line a{
     color: #E21818;
     text-decoration: underline;
     margin-left: 8px;
 }
 .reg-btm-line a i{
     font-size: 12px;
     color: #E21818;
 }
.reg-select{
    width: 144px !important;
    padding: 0;
    background: transparent;
    border: none;
}
.reg-down-arrow{
    line-height: 40px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 4px;
}
.ver-code-line{
    display: flex;
    justify-content: space-between;
}
.ver-code-line button{
    padding: 0;
    border: none;
}
.country-val{
    padding: 20px 0 10px;
}
.country-val .form-select{
    width: 100%;
    border: none;
    margin-bottom: 5px;
}

#type_select_1{
    width: 55px !important;
}
@media (max-width: 500px) {
    .register-from{
        padding: 20px;
    }
    .r-menu div{
        text-align: center;
        font-size: 16px;
    }
}





