
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}

.content-wrapper {
    background: url('/assets/custom/new_images/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
}

.main-content {
    height: 100vh;
    margin: 0px;
}

.left-content {
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
    height: 100%;
    float: left;
    border-right: 2px solid #808C99;
    min-height: 380px;
}

.right-content {
    margin: 0px;
    padding: 0px;
    height: 100%;
    border-radius: 0px 10px 10px 0px;
    float: left;
    text-align: center;
}

.login-form {
    margin: 0px;
    padding: 0px;
}

.form-content {
    width: 80%;
    border-radius: 8px;
    height: 100%;
}

.loginbtn {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: #288BE2 !important;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
}
.loginbtn:hover {
    opacity: .8;
}
.tfCodeResentBtn {
    height: 40px;
    width: 100%;
    font-size: 13px;
    border-radius: 6px;
    background-color: transparent !important;
    font-size: 14px;
    font-weight: 500;
    color: #288BE2;
    border: 1px solid #288BE2;
    padding-top: 0.7rem;
}
.tfCodeResentBtn:hover {
    background-color: #288BE2 !important;
    color: #FFF;
}

.main-div {
    padding: 0px;
    border-radius: 10px;
    height: auto;
    width: 100%;
    margin: 13% auto;
}

.container-scroller {
    background: #F7F9FC;
}

.height100vh {
    height: calc(100vh - 80px);
}

.fullContenct {
    display: flex;
    align-items: center;
}

.loginImg {
    display: block;
    width: 80%;
    margin: 30px;
    height: 525px;
    width: 424px;
    float: right;
}

.forgetpass a {
    font-size: 13px;
    color: #CE858A;
    text-decoration: underline;
    float: right;
}

.loginHeader {
    font-size: 20px;
    font-weight: bold;
    color: #0D1A2E;
    margin-bottom: 35px;
}

.loginForm {
    margin-top: 35px;
}

.loginBtnHeader {
    margin-top: 2rem !important;
    margin-bottom: 10px
}

.form-group label {
    font-size: 13px;
    font-weight: bold;
    /* color      : #07070C; */
    color: #ffffff;
    line-height: 22px;
}

.fa.fa-info-circle {
    font-size: 16px !important;
    cursor: pointer !important;
}

.logo-img {
    height: 35px;
    margin-bottom: 50px;
    margin-top: 120px;
}

.loginForm .form-control {
    border: 1px solid #D6DBDF;
    height: 40px;
    background: #FFF;
    border-radius: 6px;
    font-size: 14px;
}

.input-group-text.bg-transparent {
    color: #0D1A2E !important;
    border-radius: 0px 6px 6px 0px !important;
    border: 1px solid #D6DBDF;
    border-left: 0px;
    background: #FFFFFF;
    cursor: pointer;
    height: 40px;
}

.input-group .form-control {
    border-right: 0px;
}

#hide-password-btn {
    display: none;
}


.forgot-password-text {
    color: #288be2;
    font-weight: 500;
    font-style: italic;
}


.custom-login-page-logo-style {
    margin-bottom: 40px;
    margin-top: 100px;
    text-align: center;
}

.login-title-text {
    font-weight: 600;
    color: white;
    font-size: 36px;
    line-height: 34px;
}

.login-welcome-text {
    color: #ffffff;
    font-size: 28px;
}

.dynamic-portal-user-text {
    color: #24D9FF;
    font-weight: bold;
    font-size: 28px;
}

.right-section {
    margin-left: 75px;
}

.bg-transparent{
    opacity: 30%;
}

.loginForm .input-group-append{
    border-radius: 0px 5px 5px 0px;
}

@media only screen and (min-width: 2560px) {
    .main-div {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .loginImg {
        width: 424px;
    }
}

@media only screen and (min-width: 1920px) {
    .loginImg {
        width: 424px;
    }
}

@media only screen and (max-width: 1440px) {
    .form-content {
        margin: 35% auto;
    }

    .loginImg {
        width: 318px;
        height: auto;
    }

    .main-div {
        height: 458px;
    }
}

@media only screen and (max-width: 1366px) {
    .form-content {
        margin: 35% auto;
    }

    .loginImg {
        width: 315px;
        height: auto;
    }

    .main-div {
        height: 445px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-div {
        height: 445px;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    .main-div {
        /* height: 445px; */
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .fullContenct {
        display: block;
    }

    .main-div {
        box-shadow: none;
        margin-top: -60px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .loginImg {
        width: 80%;
        margin: 10% auto;
    }

    .form-content {
        margin: 10% auto;
        width: 80%;
    }

    .loginbtn {
        margin-bottom: 20px;
    }

    .form-content {
        margin-bottom: 20px;
    }

    .right-content {
        border-radius: 10px 10px 10px 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .forgetpass {
        margin-left: 0px;
        padding-left: 0px
    }

    .forgetpass a {
        font-size: 13px;
        color: #CE858A;
        text-decoration: underline;
        float: left;
        padding-left: 0px
    }

    .nav-pills .nav-item .nav-link,
    .nav-tabs .nav-item .nav-link {
        padding: 12px 11px;
        font-size: 12px;
    }

    .modal-dialog {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {

    .logo-img {
        margin-top: 225px;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {

    .right-section {
        margin-left: 0px;
    }

    .left-content {
        border-right: unset;
    }

    .login-welcome-text{
        font-size: 20px;
    }

    .dynamic-portal-user-text{
        font-size: 20px;
    }

    .login-title-text {
        font-size: 22px;
        line-height: 30px;
        margin-top: 30px;
    }
}
.password-criteria {
    color: #FBB647;
    font-size: 14px;
    margin-top: 16px;
}
.logo-img {
    margin-top: 90px;
}