﻿.login_section {
    margin-top: 70px;
}
#otp1 {
   
    margin: 8px 0px 8px 0px !important;
}
.WhatsappOptin {
display:none;
}
.signupForm input, .form-control, .inputs input {
    border: none;
    border-bottom: 2px solid #000;
    outline: 0;
    border-radius: 0 !important;
}

.login-wrap-new-section .login-wrap-right .login-box {
    border-radius: 5px;
    border-top: 10px solid #EF1284;
    padding: 22px 32px;
    z-index: 1;
}

@media (max-width: 767px) {
    .login-wrap-new-section .login-wrap-right .login-box {
        border-top: 0px solid #EF1284;
        padding: 22px 10px;
        margin-top: 10px;
    }
}

.login-wrap-new-section .login-wrap-right .loginverify-box {
    border-radius: 5px;
    border-top: 10px solid #EF1284;
    padding: 0px 0px;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .login-wrap-new-section .login-wrap-right .loginverify-box {
        border-top: 0px solid #EF1284;
        padding: 22px 0px !important;
    }
}

    .login-wrap-new-section .login-wrap-right .loginverify-box .inputfield input {
        border-bottom: 2px dashed #000000 !important;
    }

.signupwrap {
    border-radius: 5px;
    border-top: 10px solid #EF1284;
    padding: 22px 32px;
    background-color: #ffffff;
    position: absolute;
}

@media (max-width: 767px) {
    .signupwrap {
        border-top: 0px solid #EF1284;
        padding: 22px 0px;
    }
}

.signupForm, .loginForm {
    width: 330px;
    margin: 0 auto;
}
.loginForm, .signupForm {
    margin-top: 0 !important
}
#verifyForm {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.login {
    border-right: 2px solid #B8B8B8;
    padding-right: 10px;
}

.signup {
    padding-left: 10px;
}

@media (max-width: 767px) {
    .signup {
        padding-left: 2px !important;
    }
}

.login-header {
    justify-content: center;
}

    .login-header h2 {
        color: #AD9295;
        font-size: 22px;
    }
    .login-header a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.login-wrap {
    margin: auto;
    width: 450px
}

    .login-wrap .btn {
        margin: auto;
        width: 100% !important;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        background: linear-gradient(to right, #ff2587 0%, #ff1066 100%);
        border-color: #ED0B70;
        outline: none;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        border-radius: 5px !important;
        padding: 10px 0 !important;
    }

.rightcard img {
    width: 100%;
    margin: auto;
}

.signup-box, .login-box {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    visibility: hidden;
}

.login-box {
    margin-top: 90px;
}

.sidenav {
    display:none!important;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-500px);
    }

    to {
        opacity: 1;
    }
}

#loginotpVerifytemplate {
    position: relative;
    visibility: hidden;
    min-width: 100%;
    text-align: center;
    margin-top: 0px;
    position: absolute;
}

    .signupwrap.active, .login-box.active, #loginotpVerifytemplate.active {
        visibility: visible;
        animation: fadeInRight 1s ease-in-out;
        right: 0;
    }

.login.active {
    color: #C60018;
    font-size: 30px;
}

.signup.active {
    color: #C60018;
    font-size: 30px;
}

.form-control:focus {
    outline: none;
    border-color: #b8b8b8;
    box-shadow: none
}

label.error {
    color: #f90000 !important;
    margin-top: 0 !important;
    height: 0px;
    position: absolute;
    background-color: transparent !important;
    top: 2px !important;
    padding:0 !important;
}
    label.error:before {
        color: transparent !important;
    }
    .signupForm .form-group {
        margin-bottom: 1.5rem;
    }

.form-group input.error {
    border-bottom: 2px solid #f90000;
}

.loginForm label, #loginotpVerifytemplate p, .usernameWrapper {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.loginForm label {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 0px;
}

.jst-hours {
    display: none;
}

.jst-minutes, .jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
}

.jst-timeout ~ #ResendContainer {
    display: block;
}
.jst-timeout.active {
    display: block !important;
}

#ResendContainer {
    display: block !important;
}

.timer {
    font-size: 16px;
    color: #112950;
    float: right;
}
.inputfield input {
    background-color: transparent !important;
    border-bottom: 2px solid #B8B8B8 !important;
    text-align: center;
}
#customermobile {
    padding-left: 115px !important;
    /*background: url("/assets/images/login/indiaicon.png") no-repeat left;*/
    background-size: 115px;
}
    #customermobile::placeholder {
        color: #D9D9D9;
    }

    @media(max-width:767px) {
        .login-wrap {
            width: 100%;
        }

        .login_section {
            margin-top: 70px;
        }
    }

.login-wrap {
    display: block !important;
    margin-top: 30px !important;
}

    .login-wrap .login-box, .login-wrap .signup-box {
        background-color: #fff;
        box-shadow: 0 2px 14px 0 rgb(0 0 0 / 0%) !important;
    }
.inputfield button:focus {
    box-shadow: none !important;
}
.sign:focus {
    box-shadow:none!important;
}

.signupForm .form-group .dropdown .form-control {
    width: 100%;
    padding: 10px 20px 5px 30px !important;
    text-align: center;
    font-size: 14px;
    color: #6c757d;
    border-bottom: 2px solid #B8B8B8 !important;
    cursor: pointer;
}

.signupForm .form-group .dropdown i {
    position: absolute;
    right: 20px;
    font-size: 14px;
    top: 12px;
    cursor: pointer;
}

.didntReceive {
    color: #000000 !important;
    padding: 8em 0 2em 0;
}

@media(max-width:767px) {
    .didntReceive {
        padding: 1em 0 1em 0 !important;
    }
}

    .didntReceive a {
        color: #ef1284 !important;
    }

.login-wrap.login-wrap-new-section .loginverify-box .usernameWrapper, .login-wrap.login-wrap-new-section .loginverify-box #loginotpVerifytemplate p {
    text-align: center !important;
    color: #000000 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 22px;
}

.login-wrap.login-wrap-new-section .loginverify-box {
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

    .login-wrap.login-wrap-new-section .loginverify-box a {
        color: #ef1284;
        font-weight: 500;
    }