#page {
    background: #fff;
}
body {
    background: #fff !important;
}
.top-container {
    width:555px;
    margin: 10px auto 15px auto;
}

.top-container ul{
    margin-left: -10px;
}

.top-container ul li {
    padding: 0px 5px 10px 5px;
    display: inline-block;
    font-size: 14px;
}


.top-container ul li a{
    color: #979797;
    text-align: center;
    text-transform: uppercase;
}

.top-container ul li.active {
  border-bottom: 2px #ff9800 solid;
}

.top-container ul li.active a{
    color: #ff9800;
}

.left {
    float: left;
}
.right{
    float: right;
    margin-right: 30px;
}

.idealsteps-container{
    clear: both;
}

.signupforms .title-signup {
    color: #343434;
    font-size: 24px;
    text-align: center;
    text-transform: initial;
    margin: 30px auto 10px auto;
}

.signupforms .sub-title-signup {
    text-align: center;
    font-size: 13px;
}

.logo-hocmai {
    width: 54px;
    margin: auto auto 20px;
}

.facebook-box {
    width: 49%;
    float: left;
    margin-top: 20px;
}
.facebook-box:nth-child(2), .facebook-box:nth-child(4){
    margin-left: 2%;
}

.facebook-link ,.google-link, .yahoo-link,.apple-link{
    background: url("../images/custom/facebook.png") #4267b2 no-repeat 10px 12px;
    color: #fff;
    font-weight: bold;
    padding: 12px 20px 12px 35px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;

}
.google-link {
    background: url("../images/custom/google.png") #dc4e41 no-repeat 10px 12px;
}
.yahoo-link {
    background: url("../images/custom/yahoo.png") #8921b4 no-repeat 10px 8px;
}
.apple-link {
    background: url("../images/custom/apple.png") #131212 no-repeat 10px 10px;
}

.mg30 {
    margin-top: 30px;
}

.light-forgot {
    margin: auto;
    text-align: center;
}
.loginv2-forgot {
    width: fit-content;
}

.signupforms .register-btn {
    font-size: 14px;
    height: auto;
    background: #03a9f4;
    line-height:45px;
    border-radius: 30px;
}

.signupforms input {
    border: 1px solid #e2e2e2;
}

.confirm-phone-header {
    text-align: center;
    color: #343434;
}
.confirm-phone-image {
    width: 120px;
    margin:50px auto;
}
.signupforms1 {
    width: 320px;
    margin: auto;
}
.btn-primary1 {
    border-radius: 30px;
    background: #03a9f4;
    width: 98%;
    margin-left: 1%;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
}

.opt-text{
    color: #343434;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}

.otp-step {
    border-bottom: 2px solid #ff9800;
    width: 140px;
    margin-top: 20px;
}

.otp-step ul {
    position: relative;
    margin-left: -38px;
}

.otp-step ul li{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    border: 1px solid #afafaf;
    margin-right: 30px;
}

.otp-step ul li.active-otp {
    background: #ff9800;
    border: 1px solid #ff9800;
    color: #fff;
}

.otp-image-header {
    margin: 30px auto;
    width: 98px;
}

.input-code-box {
    width: 270px;
    margin: 20px auto;
}

.input-code {
    padding: 11px 12px 12px 12px;
    border-radius: 40px;
    border: 2px solid #febc5b;
    color: #febc5b;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 49px;
    text-align: center;
    margin-right: 20px;
}
.input-code:last-child{
    margin-right: 0px;
}
.resend-code-data{
    padding-top: 20px;
    text-align: center;
}
.resend-code-data a {
    color: #03a9f4;
}

#phone-box, #code-box,#kich-hoat{
    display: none;
}
.alertMsg {
    text-align: center;
}
.khong-nhan-duoc {
    text-align: center;
    font-weight: bold;
}
.phone-change-box {
    position: relative;
    margin-top: 20px;
}
.phone-change-box a{
    display: block;
}

.phone-change {
    background: #03a9f4;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
}

#profile-phone {
    display: none;
}

.profile-header{
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.profile-box {
    position: relative;
    border-bottom: 2px solid #ff9800;
    width: 100%;
    margin-top: 20px;
}

.profile-box ul{
    list-style: none;
    position: relative;
    margin-left: -38px;
}
.profile-box ul li{
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
    border: 1px solid #ff9800;
    margin-right: 30px;
}
.profile-box ul li.active-profile{
    background: #ff9800;
    color: #fff;
}
.profile-box ul li.active-profile1{
    background: #ff9800;
    color: #fff;
    padding: 9px 8px;
}
.profile-imagebox{
    width: 107px;
    margin: 50px auto;
}

.profile-col-4 {
    width: 20%;
    position: relative;
    float: left;
    margin-top: 10px;
    float: left;
    margin-top: -6px;
    margin-left: 5px;
}
.sn{
    float: left;
}

.dob select {
    width: 100px !important;
    float: left;
    display: inline-block;
}
.signupforms {
    width: 555px;
}

.form-signup {
    margin-top: 30px;
}

.btn-box{
    width: 320px;
    margin: auto;
}

.btn-submit {
    width: 135px;
    float: left;
    display: block;
    margin-right: 40px;
}

.btn-submit:last-child{
    margin-right: 0px;
}

.btn-reset-data {
    width: 135px !important;
    font-size: 14px !important;
    height: auto !important;
    background: #b8b8b8 !important;
    line-height: 32px !important;
    border-radius: 30px !important;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 7px;
}
.privacy-header{
    text-align: center;
    position: relative;
}
.nav-tabs .active {
    border-bottom: 3px solid #ff9800;
}

.back-privacy {
    background: url(../images/custom/back.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 8px;
}
.nav-tabs>li {
    margin-right: 9px;
}
.nav-tabs>li:last-child{
    margin-right: 0px;
}
.btn-primary-change, .btn-primary-change:hover,.btn-primary-change:active {
    background: #03a9f4;
    padding-top: 10px;
    border: 1px solid #03a9f4;
    border-radius: 25px;
}

.btn-info-change, .btn-info-change:hover, .btn-info-change:active{
    border: 1px solid #0072bc;
    padding: 10px;
    border-radius: 25px;
    background: #fff;
    color: #0072bc;
}
.btn-default-change, .btn-default-change:hover, .btn-default-change:active {
    padding: 10px;
    border-radius: 25px;
    background: #b8b8b8;
    color: #fff;
}
.setwidth{
    width: 65%;
}
#main{
    padding: 0px;
    margin-top: 0px;
}
.text-right {
    text-align: center;
}
.btn-change-phone{
    border-radius: 25px;
    padding-right: 30px;
    padding-left: 30px;
    background: #03a9f4 !important;
    border: 1px solid #03a9f4;
}

.margin-bottom-data{
    padding-bottom: 30px;
}
#profile-form label.lbl{
    display: inline-block;
    float: none;
}
.label-input {
    width: 125px;
    margin-top: 8px;
    float: left;
}

.text-align-data{
    text-align: center;
}

.signupforms .row-signup{
    margin-top: 15px;
}

.light-hight-left1 {
    min-width: 30% !important;
    border-top: 1px solid #a9a9a9;
    margin-top: 10px;
    float: left;
    margin-left: 10%;
    margin-right:4%;
}

.light-hight-right2 {
    min-width: 30%!important;
    border-top: 1px solid #a9a9a9;
    margin-top: 10px;
    float: right;
    margin-right: 10%;
    margin-left: 2%;
}

.or-text{
    float: left;
}

.or-box-data{
    max-width: 320px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.se-box-note {
    width: 91%;
}

@media only screen and (max-width: 768px) {
    .text-align-data{
        text-align: left;
    }
    .top-container {
        max-width: 100%;
        padding: 0px 15px 0px 15px;
    }
    .top-container ul {
        margin-left: -10px;
    }
    .setwidth{
        width: 100%;
    }
    .firt-row {
        margin-top: 5px !important;
    }
    .signupforms {
        width: 100%;
    }
    .signupforms .title-signup {
        color: #343434;
        font-size: 13px !important;
        text-transform: initial;
        text-align: center;
    }
    .signupforms .sub-title-signup {
       text-align: center;
       font-size: 13px !important;
    }
    .profile-col-4 {
        width: 31%;
        display: inline-block;
        position: relative;
        margin-top: 10px;
        margin-left: 0px;
    }
    .sn {
        width: 100%;
    }
    .facebook-box{
        width: 100%;
        margin-left: 0px;
        margin-top: 13px;
    }
    .signupforms .password-hold-left{
        width: 100%;
    }
    .signupforms .password-hold-right{
        width: 100%;
        margin-top: 20px;
    }
    .nav-tabs>li{
        float: none;
    }
    .left-privacy{
        float: left !important;
    }
    .right-privacy{
        float: right !important;
    }
    .facebook-box:nth-child(2), .facebook-box:nth-child(4){
        margin-left: 0px;
    }
}
