
#registrationForm p.note{
    color: #a7a7a7 !important;
    font-size: 0.7em;
    opacity: 0.8 !important;
    margin-top: 5px;
    font-weight: 300;
}
.reset{
    font-size: 0.8em;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 10px;
    text-decoration: underline !important;
    color: #897dc1;
}

.verify-box {
    width: 500px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 70vh;
}

.inpay-bg-1{
    position: absolute;
    z-index: -1;
    width: auto;
    right: 0;
    top: 0;
    max-width: 100%;
}
.inpay-bg-2{
    position: absolute;
    z-index: -1;
    width: auto;
    left: 0;
    top: 0;
    max-width: 100%;
    opacity: 0.6;
}
.inpay-bg-3{
    position: absolute;
    z-index: -1;
    width: auto;
    left: 0;
    top: 0;
    max-width: 100%;
    top: 50vh;
    opacity: 0.6;
}


.login-box{
    width: 400px;
    margin: auto;
    margin-top: 10vh;
    margin-bottom: 15vh;
    min-height: 70vh;
}
.register-box{
    margin-top: 2vh;
}
.login-box h2{
    margin: auto;
    margin-left: 0;
    font-weight: 700;
    color: white;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}
.login-box button{
    width: 100%;
}

.iti{
    width: 100%;
}
.iti--separate-dial-code .iti__selected-dial-code{
    color: white !important;
}

.form-check-label{
    color: white;
    font-size: 0.7em;
}


.section-title h2{
    padding-bottom: 5px !important;
}

.section-title p{
    text-align: center;
    color: white;
    opacity: 0.7;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 30px;
}
.section-title .tt{
    text-align: center;
    font-weight: 700;
    color: white;
    margin: 0;
}


@media screen and (max-width: 767px) {
    .login-box h2{
        font-size: 1.7em;
    }
        
    .login-box{
        width: 100%;
    }
}

