#registrationForm p.note {
    color: #FF3B30 !important;
    font-size: 0.7em;
    opacity: 0.8 !important;
    margin-top: 5px;
    font-weight: 300;
}
.reset {
    font-size: 1.0em;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 10px;
    text-decoration: underline !important;
    color: #897dc1;
}
.inpay-bg-1 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    filter: brightness(30%);
}

.inpay-bg-2 {
    position: fixed;
    z-index: -1;
    width: auto;
    max-width: 100%;
    left: 5%;
    top: 30%;
    object-fit: contain;
}

.login-box {
    width: 400px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 70vh;
}

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

.register-box {
    margin-top: 2vh;
}

.login-box .title h2 {
    font-weight: 700;
    color: white;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}

.login-box .title p {
    font-weight: 400;
    color: #8692A6;
    text-align: left;
    padding-bottom: 20px;
    opacity: 0.8;
}

.login-box button {
    padding: 15px;
    width: 100%;
}

.btn-secondary {
    color: white !important;
}

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

.form-control {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 5px;
}

.form-check-label {
    color: #696F79;
    font-size: 0.8em;
}

.form-check-label a{
    color: #6C5DD3;
    font-size: 0.9em;
}

.section-title h2 {
    padding-bottom: 5px !important;
}
.section-title .tt{
    text-align: center;
    font-weight: 700;
    color: white;
    margin: 0;
}
.section-title p {
    text-align: center;
    color: white;
    opacity: 0.7;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 30px;
}
.inpay-bg-3 {
    position: fixed;
    display: none;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .left-section{
        display: none;
    }
    .right-section{
        min-height: 100vh;
        flex:1;
    }
    .login-box h2 p {
        font-size: 1.7em;
    }

    .login-box{
        width: 100%;
    }
    .inpay-bg-3{
        display: block;
    }
    
    .inpay-bg-1, .inpay-bg-2{
        display: none;
    }
    
}

