﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

.login {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-position: left bottom;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    padding: 20vh 1.5rem;
}

    .login.login-pg {
        background-image: url('../img/login-bg.png')
    }

.login-info {
    padding: 2rem;
}

    .login-info h2 {
        font-weight: 700;
        font-size: 2.8em;
        margin-bottom: 3rem;
    }

    .login-info p {
        font-size: 18px;
    }

    .login-info a {
        font-weight: 700;
        margin-left: 1rem;
        color: #0580ff;
        text-decoration: none;
    }

    .login-left {
        height: 100vh;
        width: 40%;
        padding: 36px 30px;
        position: relative;
        background: rgb(4,160,224);
        background: linear-gradient(190deg, rgba(4,160,224,1) 18%, rgba(2,122,206,1) 68%);
    }

.login-right {
    height: 100vh;
    width: 60%;
    padding: 35px 30px;
    position: relative;
}

.login-page h3 {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}

.login-page p {
    text-align: left !important;
    color: #787878;
    margin-top: 10px !important;
    margin-bottom: 3rem !important;
    font-size: 16px !important;
}

.login-form {
    margin: auto;
}

    .login-form.sign-up {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 3rem;
        box-shadow: 2px 2px 12px rgb(0 0 0 / 21%);
        height: calc(100vh - 70px);
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #fff;
    }
    .login-form.otp-form .form-group {
        margin-bottom: 1.5rem;
    }

.login-form p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #3b3939;
    margin-top: 2rem;
}

.login-form h3 {
    font-weight: 600;
    margin-bottom: 3rem;
}

    .login-form .form-control {
        max-width: 100%;
        border-radius: 8px;
        height: 56px;
        box-shadow: none;
        border: none;
        background-color: #e8f0fe;
        padding: 0 20px;
        font-size: 16px;
    }

    .login-form.sign-up .form-control {
        height: 40px;
        box-shadow: none;
        border-radius: 2px;
    }

.login-page .btn-theme {
    height: 56px;
    border-radius: 8px;
    box-shadow: 6px 6px 35px rgb(0 92 135 / 44%);
    border: none;
    font-weight: 500;
}

.signup-pg .btn-theme {
    height: 56px;
    border-radius: 8px;
    box-shadow: 6px 6px 35px rgb(0 92 135 / 44%);
    border: none;
    font-weight: 500;
    margin-top: 1.5rem;
    width: 230px;
}

.login.signup-pg {
    padding: 10vh 1.5rem;
    background-image: url('../img/signup-bg.png')
}

    .login.signup-pg .login-form {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 20vh);
        padding-right: 2rem;
        padding-bottom: 5rem;
    }

.login-form label {
    margin: 0;
    font-weight: 500;
    z-index: 1;
}

    .login-form.sign-up label {
        background: none;
        margin: 0;
        margin-left: 0;
        position: relative;
        padding: 0;
        bottom: 0;
    }

.login-form .form-control:focus {
    border: 1px solid rgb(4,160,224);
}

.login-form .form-group {
    margin-bottom: 0;
}

.login-options {
    text-align: right;
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.btn-theme {
    background: rgb(4,160,224);
    background: linear-gradient(67deg, rgba(4,160,224,1) 0%, rgba(2,122,206,1) 80%);
    padding: 7px 35px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.logo-img {
    width: 138px;
}

.portal-logo {
    position: absolute;
    right: 0;
    top: 21px;
    z-index: 999;
}

.portal-logo img {
    width: 61px;
}

.portal-logo span {
    color: #fff;
    transform: rotate(90deg);
    position: absolute;
    right: 29px;
    top: 19px;
    font-weight: 700;
}

.bank-portal_box {
    margin-top: 30px;
}

    .bank-portal_box ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .bank-portal_box ul li {
            width: 50%;
            text-align: center;
        }

.bank-pro-widget {
    padding: 15px;
    min-height: 160px;
    border-radius: 5px;
    margin: 5px;
}
    .bank-pro-widget img {
        width: 71px;
    }


.login-page-left p {
    color: #fff;
    font-size: 30px;
    margin: 14px 0 0 0;
    line-height: 1.3;
}


.bank-pro-widget p {
    font-size: 16px;
    color: #fff;
}

.req-mark {
    color: #cb0000;
    font-size: 18px;
}

.input-control.error input {
    border: 1px solid #ff3860;
    background-color: #fff4f4;
}

.form-control.error-inp {
    border: 1px solid #ff3860;
    background-color: #fff4f4;
}

.input-control .error {
    color: #ff3860;
    font-size: 12px;
    height: 13px;
}

.input-control.success input {
    border: none;
}

.mt-2rem {
    margin-top: 2rem;
}

.otp-container {
    text-align: center;
    margin-bottom: 2rem;
}

.otp-container .form-control {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0.75rem;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.125);
    text-align: center;
    font-size: 22px;
}

.otp-heading {
    margin-bottom: 3rem;
}

.otp-heading h4 {
    margin: 0;
    font-weight: 500;
}

.otp-heading p {
    font-size: 14px;
    color: #787878;
    margin: 0;
}

.iti {
    position: absolute !important;
    left: 17px;
    top: 27px;
}

.iti__flag-container {
    height: 56px;
}

.phone-input {
    padding-left: 90px !important;
}

.page-heading {
    font-size: 20px;
    position: relative;
    font-weight: 500 !important;
    margin: 0;
    margin-bottom: 2rem;
}
    .page-heading::before {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 100px;
        border-radius: 2px;
        height: 4px;
        background-color: #eee;
    }
    .page-heading::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 50px;
        border-radius: 2px;
        height: 4px;
        background-color: rgba(2,122,206,1);
    }

.section-heading {
    position: relative;
    margin-top: 3rem;
    padding-left: 14px;
    font-size: 16px;
    font-weight: 500;
}

.section-heading::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 4px;
    border-radius: 2px;
    height: 78%;
    background-color: rgba(2,122,206,1);
}

.login-right.bg-light {
    background-color: #f3f3f3;
}

.file-upload {
    position: relative;
    display: block;
    height: 56px;
    border-radius: 8px;
    text-align: left;
    padding: 0 15px !important;
    margin: 0;
    line-height: 56px;
    width: 100%;
    background-color: #f3f3f3 !important;
    color: #1c1c1c;
    cursor: pointer;
}

.file-upload i {
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0,0,0,0.125);
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 55px;
    border-radius: 0 8px 8px 0;
}

    .file-upload span {
        display: block;
        width: 114px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

/* width */
.login-form::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.login-form::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.login-form::-webkit-scrollbar-thumb {
    background: #787878;
    border-radius: 5px;
}

    /* Handle on hover */
    .login-form::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

.timer {
    margin-bottom: 2rem;
    text-align: center;
}

    .timer i {
        font-size: 2.5em;
        color: #dd0404;
    }

.timer span {
    display: block;
    font-size: 18px;
}

.thankyou-page {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
}

.thankyou-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 600px;
    text-align: center;
}

    .thankyou-inner i {
        color: rgba(2,122,206,1);
    }
    .thankyou-inner h3 {
        font-size: 2em;
        font-weight: 600;
    }
    .thankyou-inner p {
        font-size: 1.3em;
    }

.input-info {
    text-align: right;
    display: block;
}

.password-field {
    position: relative;
}

.password-field a {
    position: absolute;
    font-size: 22px;
    right: 20px;
    top: 10px;
    color: #1c1c1c;
}