@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&family=Urbanist:ital,wght@0,600;1,600&display=swap');

body {
    font-family: 'Urbanist-Bold', sans-serif;
    color: #535353;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

    .login-box .alert-dismissible .btn-close:focus,
    .login-box .alert-dismissible .btn-close:active {
        box-shadow: none;
    }

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover {
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}

/** Login 30 start **/
.login-30 .login-inner-form .col-pad-0 {
    padding: 0;
}

.login-30 .bg-img {
    background: url('../login-banner.png') top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: center;
    z-index: 999;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 30px 40px;
}

.login-30 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Urbanist", sans-serif;
}

.login-30 .form-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.login-30 .login-inner-form {
    max-width: 500px;
    width: 100%;
}

.login-30 .logo {
    top: 40px;
    position: absolute;
    right: 45px;
}
/*
    .login-30 .logo img {
        height: 30px;
    }*/

.login-30 .login-inner-form p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
}

    .login-30 .login-inner-form p a {
        color: #535353;
        font-weight: 500;
        margin-left: 4px;
    }

.login-30 .login-inner-form img {
    margin-bottom: 15px;
    /*height: 30px;*/
}

.login-30 .login-inner-form h1 {
    font-size: 33px;
    color: #2186c8;
}

.login-30 .login-inner-form h3 {
    margin: 0 0 35px;
    font-size: 25px;
    font-weight: 400;
    color: #505050;
    font-weight: 600;
}

/*.login-30 label {
    color: #535353;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-30 .login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-30 .login-inner-form .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    border: 1px solid #d6d6d6;
    background: #fff;
    outline: none;
    color: #535353;
    border-radius: 0;
    height: 55px;
}

.login-30 .login-inner-form .input-text label {
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}*/

.login-30 .login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

    .login-30 .login-inner-form .form-check a {
        color: #535353;
        float: right;
    }

.login-30 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 16px;
}

.login-30 .login-inner-form .form-check-input {
    position: absolute;
    margin-left: -24px;
}

.login-30 .login-inner-form .checkbox a {
    font-size: 16px;
    color: #535353;
    float: right;
}

.login-30 a {
    text-decoration: none;
}

.login-30 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #535353;
}

.login-30 .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 1px solid #afabab;
}

.login-30 .login-inner-form .terms {
    margin-left: 4px;
}

.login-30 .form-check-input:focus {
    border-color: #ffc801 !important;
    outline: 0;
    box-shadow: none;
}

.login-30 .form-check-input:checked {
    background-color: #ffc801 !important;
}

.login-30 .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-30 .btn-theme {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    overflow: hidden;
    overflow: hidden;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
    border-radius: 3px;
    border: none;
}

    .login-30 .btn-theme:hover {
        color: #fff;
    }

        .login-30 .btn-theme:hover::before {
            left: 0%;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    .login-30 .btn-theme:before {
        position: absolute;
        content: '';
        left: 96%;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        transform: skewX(-25deg);
    }

    .login-30 .btn-theme span {
        position: relative;
        z-index: 2;
    }

.login-30 .informeson {
    color: #fff;
    /* max-width: 600px;*/
    margin: 0 0 0 auto;
    z-index: 20;
}


    .login-30 .informeson h2 {
        margin: 0 0 30px 0;
        font-size: 60px;
    }

        .login-30 .informeson h2 span {
            transform: scale(0.9);
            display: inline-block;
        }

            .login-30 .informeson h2 span:last-child {
                animation: bopB 2s 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards infinite alternate;
                color: #32a6db;
            }

@keyframes bop {
    0% {
        transform: scale(0.9);
    }

    50%, 100% {
        transform: scale(1);
    }
}

@keyframes bopB {
    0% {
        transform: scale(0.9);
    }

    80%, 100% {
        transform: scale(1) rotateZ(-3deg);
    }
}


.login-30 .btn-section {
    margin-bottom: 30px;
}

.login-30 .informeson p {
    color: #fff;
    opacity: 0.9;
    line-height: 30px;
    margin-bottom: 40px;
}

.login-30 .social-box ul {
    margin: 0;
    padding: 0;
}

.login-30 .social-box .social-list li {
    font-size: 16px;
    display: inline-block;
}

    .login-30 .social-box .social-list li a {
        margin: 0 0 3px 3px;
        font-size: 18px;
        width: 45px;
        height: 45px;
        border-radius: 0;
        display: inline-block;
        text-align: center;
        line-height: 45px;
    }

.login-30 .social-box {
    bottom: 40px;
    position: absolute;
    right: 45px;
}

.login-30 .logo-2 {
    display: none1;
}

.login-30 .btn-theme-2 {
    padding: 0 35px;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .7s ease;
    background: transparent;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
}

    .login-30 .btn-theme-2:hover {
        color: #fff;
    }

.btn-theme-2:before, .btn-theme-2:after {
    color: #fff;
}

.login-30 .btn-theme-2:before, .btn-theme-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .7s ease;
}

.login-30 .btn-theme-2:after, .btn-theme-2:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all .7s ease;
}

.login-30 .btn-theme-2:hover:before, .btn-theme-2:hover:after {
    width: 50%;
}

.login-30 .btn-theme-2 {
    border: 2px solid #ffc801;
    color: #ffc801;
}

    .login-30 .btn-theme-2:before, .btn-theme-2:after {
        background: #ffc801;
    }

.login-30 .btn-theme-3 {
    color: #fff;
    text-align: center;
    border: 2px solid transparent;
    display: inline-block;
    padding: 0 35px;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 0;
    line-height: 41px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
}

    .login-30 .btn-theme-3:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
        border-radius: 0;
    }

    .login-30 .btn-theme-3:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
    }

    .login-30 .btn-theme-3:hover {
        background: transparent;
    }

        .login-30 .btn-theme-3:hover:before {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

        .login-30 .btn-theme-3:hover:after {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

.login-30 .btn-theme-3 {
    background: #ffc801;
}

    .login-30 .btn-theme-3:before {
        background: #ffc801;
    }

    .login-30 .btn-theme-3:after {
        background: #ffc801;
    }

    .login-30 .btn-theme-3:hover {
        color: #ffc801;
        border: 2px solid #ffc801;
    }

.login-30 .btn-lg {
    padding: 0 50px;
    line-height: 55px;
}

.login-30 .btn {
    box-shadow: none !important;
}

.login-30 .btn-md {
    padding: 0 45px;
    line-height: 50px;
}

.login-30 .btn-primary {
    background: #FF2938 !important;
}

    .login-30 .btn-primary:before {
        background: #df0312;
    }

.login-30 #bg {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

    .login-30 #bg canvas {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/** MEDIA **/
@media (max-width: 992px) {
    .login-30 .logo-2 {
        display: inherit;
    }

    .login-30 .bg-img {
        background: url(../img/login_img.jpg) top left repeat;
        background-size: cover;
        top: 0;
        bottom: 0;
        min-height: 0vh;
        text-align: center;
        z-index: 999;
        opacity: 1;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 50px 30px 40px;
    }

    .login-30 .form-section {
        min-height: 0vh;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }

    /*
    .login-30 .bg-img {
        display: none;
    }*/

    .login-30 .form-section {
        padding: 30px 15px;
    }
}

.link-light {
    color: #535353;
}

    .link-light:focus, .link-light:hover {
        color: #535353;
    }


/** Login 30 end **/


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #040404 !important;
}

.input-validation-error {
    border-color: red
}

.field-validation-error {
    color: #ff2938;
    font-size: 12px;
    font-weight: 600;
}



.form-control {
    display: block;
    width: 100%;
    padding: 0.255rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #6b6f80;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #D3CBFB;
}

.formtext {
    font-size: 14px;
    font-weight: 500;
}

label {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 14px;
    /* font-weight: 600; */
}


.floating-label > input + label, .floating-label > textarea + label {
    font-size: 14px;
    padding: calc(0.375rem + 7px) calc(0.75rem + 1px);
}

.kyc_verification_card {
    border: 1px solid #e3defb;
    padding: 18px 14px;
    color: #3c3b3b;
    border-radius: 12px;
    margin: 12px 0px;
}

.errormsg {
    color: red;
    font-size: 12px;
    font-weight: 600;
}
