﻿:root {
    --primary: #095e86;
    --white: #ffffff;
}

img {
    max-width: 100%;
}

.login-page form,
.login-page social-link, .mx-50 {
    margin: 0px;
}

.login-page .form-group {
    margin-bottom: 20px;
    float: none;
    width: 100%;
}

    .login-page .form-group label {
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
        margin-left: 10px;
    }

.login-page .white-box .form-group > label {
    color: #3B3E3F;
    margin: 0px;
    font-weight: normal;
}

.login-page .white-box ul {
    padding-left:16px;
}

.login-page .form-control {
    color: #132043;
    font-size: 16px;
    font-weight: 400;
    background: #fff !important;
    height: 50px;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    padding: 5px 12px;
    line-height: normal;
}

.login-page .form-control:disabled {
    background: rgba(245, 245, 245, 1) !important;
}

.login-page .password-wrapper {
    position: relative;
    margin-bottom: 1.5rem !important;
}

.form-control.input-validation-error {
    border: 1px solid red !important;
}

.login-page .btn.btn-login {
    background: #095e86 !important;
    border-radius: 3px;
    border-color: #095e86 !important;
    height: 50px;
    padding: 8px 15px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    box-shadow: none !important;
    min-width: 175px;
}

.login-page .create-new {
    color: #007661;
}

.login-page p.center {
    text-align: center;
}

h2.page-title.center.or-sign {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto 30px;
    margin-top: 15px;
}

h2.page-title.center.or-sign span {
    z-index: 1;
    position: relative;
    display: inline-block;
    background: rgb(255 255 255);
    padding: 5px 18px;
    text-transform: uppercase;
    font-size: 15px;
    color: #888;
    letter-spacing: 0.6px;
}

h2.page-title.center.or-sign::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 50%;
    position: absolute;
    z-index: 0;
}

.login-page .social-link {
    text-align: center;
}

.login-page .social-link a {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 5px;
    text-decoration: none;
    background-color: #fff;
    background-clip: padding-box;
    color: #555e7b;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #DCDCDC;
}

.wd-100 {
    width: 100%;
}

.wd-50 {
    width: 50%;
}

.login-page .login-box {
    text-align: center;
    height: 300px;
    width: calc(100% - 60px);
    border: 1px solid #475C81;
    border-radius: 13px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    justify-content: space-evenly;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 20%;
    margin: 30px;
}

.login-page .login-box {
    height: 262px;
    width: 165px;
    background: rgba(43, 58, 98, 1);
    margin-top: 0%;
    margin-left: 120px;
    margin-bottom: 150px;
    padding-top: 12px;
}

.login-page .avater-icon {
    background: #475C81;
    color: white;
    height: 80px;
    width: 80px;
    padding: 0px 15px;
    border-radius: 50px;
    font-size: 51px;
    overflow: hidden;
    text-align: center;
    margin: 0px auto;
}

.login-page .login-box * {
    z-index: 999;
}

.login-page .avater-icon {
    height: 45px;
    width: 45px;
    padding: 0px;
    font-size: 30px;
    background-color: #b0c9c4;
}

    .login-page .avater-icon .oi {
        top: 13px;
    }

.login-page .login-box form {
    margin: 0px 12px;
}

.login-page .login-box .form-control {
    padding: 5px 10px;
}

.login-page .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.login-page .login-remember {
    margin-left: 6px;
}

.login-page .remember-title {
    float: left;
}

.login-page .switch {
    margin-top: -1px;
    margin-bottom: 0;
}

.elipse {
    width: calc(100% - 68px);
    margin: 0px 37px;
}

.msg-danger {
    color: #FD1313;
    font-weight: 500;
}

.login-page .btn.create-new {
    border: 1px solid #007661 !important;
    color: #007661 !important;
    background: #E0F9F4 !important;
    box-shadow: none !important;
}


.login-page {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
}
.login-header {
    background: #fff;
    padding: 12px 15px;
}

.login-header .logo-div {
    max-width: 92%;
    margin: 0 auto;
}

.login-header .logo img {
    max-height: 85px;
}

.company-logo {
    max-height: 85px;
    max-width: 85px;
}
.login-form-area {
    max-width: 815px;
    margin: 25px auto;
    width: 100%;
    padding: 20px 0;
}
.login-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 119%;
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
    margin: 0 0 15px;
}
.login-page h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    text-transform: capitalize;
    color: #122043;
    margin: -8px 0 28px;
}
.external-logins {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .external-logins .btn {
        color: #072a5e;
        background: #fff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        box-shadow: 0 0 15px rgb(0 0 0 / 12%) !important;
        border-radius: 50px;
        padding: 6px 20px 6px 16px;
        height: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ddd;
        outline: none !important;
    }

.external-logins .btn:hover, .external-logins .btn:focus {
    border-color: #007661 !important;
    background-color: #007661 !important;
    color: #fff;
}
.external-logins .btn img {
    margin-right: 6px;
    max-width: 28px;
    max-height: 28px;
}
ul.external-logins {
    flex-wrap: wrap;
}

.external-logins .list-inline-item {
    display: block;
    width: 100%;
    margin-right: 0 !important;
}

    .external-logins .list-inline-item:not(:last-child) {
        margin-bottom: 8px;
    }

    .external-logins .list-inline-item .btn {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 39px;
        padding: 3px 22px;
        box-shadow: none !important;
        min-width: 150px;
        width: 100%;
        font-size: 14px;
    }

        .external-logins .list-inline-item .btn:hover, .external-logins .list-inline-item .btn:focus {
            background: #eee !important;
            border-color: #808080 !important;
            color: #000 !important;
        }

        .external-logins .list-inline-item .btn i {
            margin-right: 5px;
        }
.login-page .form-group.mb-4 {
    margin-bottom: 20px !important;
}
.btn-link {
    color: var(--white) !important;
}
.g-recaptcha {
    transform: scale(0.8);
    transform-origin: center;
    max-width: 304px;
    margin: 0 auto;
}
.g-recaptcha > div {
    margin: 0 auto;
}
.login-form-area .checkbox .form-check-input {
    margin-left: 0;
    margin-top: 2px;
}
.login-form-area .checkbox label.form-check-label {
    margin: 0 !important;
    padding-left: 20px;
    display: block;
}
.field-validation-error {
    font-size: 14px;
}
.alert .validation-summary-errors {
    margin: 0;
    padding: 0;
}

.alert .validation-summary-errors ul {
    margin: 0;
    padding-left: 20px;
}

.alert .validation-summary-errors ul li {
    font-size: 14px;
    line-height: 18px;
}

.alert .validation-summary-errors ul li:not(:last-child) {
    margin-bottom: 8px;
}
.login-form-area > .row {
    margin: 0 -50px 45px;
}
.login-form-area > .row > div {
    padding: 0 50px;
}
.other-option {
    text-align: center;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    transform: translateX(-50%);
    padding:0 !important;
}
.other-option span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 22px;
    margin: auto;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.656526px;
    color: #3B3E3F;
    background: #F5F5F5;
    padding: 7px 0px;
}
.other-option:before {
    content: '';
    width: 1px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    transform: translateX(-50%);
}
.login-logo img {
    max-height: 55px;
}
.login-logo {
    text-align: center;
    margin: 0 0 20px;
}
.login-form{
    display:none !important;
}
.login-with-facebook .fb-login-button {
    transform: scale(0.82);
}
#azuread-login img {
    max-height: 38px;
}
.login-form-area h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.656526px;
    color: #3B3E3F;
    margin-bottom: 10px;
}

.login-form-area h3 {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.656526px;
    color: #3B3E3F;
    margin-bottom: 10px;
}

.login-form-area p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.656526px;
    color: #3B3E3F;
    margin: 0 0 10px;
}
.login-form-area p a {
    text-decoration-line: underline;
    color: #095E86;
    cursor: pointer;
    margin-left: 2px;
}

.login-page .forgot-password {
    font-weight: 400;
    font-size: 16px;
    text-decoration-line: underline;
    color: var(--primary);
}

header.site-header {
    height: auto;
    padding: 0;
}

.site-header {
    position: relative;
    z-index: 999;
}

.site-header .navbar {
    height: 70px;
    background: var(--primary);
    box-shadow: 0px 4px 15px rgb(0 0 0 / 5%);
    padding: 10px 16px;
}

.site-header .navbar-brand {
    padding: 0;
}

.site-header ul.nav > .nav-item:not(:last-child) {
    margin-right: 30px;
}

.site-header ul.nav {
    padding-left: 25px;
}

.site-header .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgb(18 32 67 / 50%);
    padding: 5px;
    display: flex;
    align-items: center;
}

.site-header .nav-item .nav-link img {
    margin-right: 5px;
}

.site-header .nav-item .nav-link.active {
    color: #122043;
    font-weight: 500;
}

.site-header .nav-item .nav-link:hover {
    color: #122043;
}

.site-header .user-img img {
    max-width: 55px;
    width: 55px;
    margin: 0 !important;
    border-radius: 100%;
}

.common-logo-title {
    font-size: 40px;
    margin-left: 15px;
    font-weight: 500;
}
.login-form-area.login-inner-page {
    max-width: 500px;
}

@media (max-width: 1199px) {
    .login-page .social-link a {
        margin: 3px 5px;
        font-size: 13px;
        padding: 8px 13px;
    }
}

@media (max-width: 991px) {

    .login-page .social-link a img {
        max-height: 27px;
        max-width: 27px;
        margin-right: 2px;
    }
    h2.page-title.center.or-sign {
        margin: 0 auto 22px;
        margin-top: 0;
    }
    .social-link.pb-5 {
        padding-bottom: 2.5rem !important;
    }
    .login-header {
        padding: 10px 15px;
    }
    .login-header .logo img {
        max-height: 70px;
    }
    .company-logo {
        max-height: 70px;
        max-width: 70px;
    }
    .login-form-area > .row {
        margin: 0 -20px 40px;
    }
    .login-form-area > .row > div {
        padding: 0 20px;
    }
    .other-option span {
        font-size: 13px;
        line-height: 18px;
        padding: 9px 0px;
    }
    .site-header .nav-item .nav-link {
        font-size: 14px;
        line-height: 20px;
        padding: 5px 3px;
    }

    .site-header ul.nav > .nav-item:not(:last-child) {
        margin-right: 10px;
    }

    .site-header .common-logo-title {
        font-size: 28px;
        margin-left: 10px;
        font-weight: 500;
    }
}
@media screen and (max-width: 767px) {
    .login-page .form-group label {
        margin-bottom: 2px;
    }

    .login-page .form-group {
        padding: 0px 0;
        margin-bottom: 15px !important;
    }

    .login-page .password-wrapper {
        position: relative;
    }

    .login-page .form-group .form-control {
        padding: 7px 13px;
        font-weight: 500;
        font-size: 15px;
        height: 45px;
    }

    .login-page .login-remember {
        margin-left: -4px;
    }

    h2.page-title.center.or-sign span {
        background-color: white;
    }

    .login-page form, .login-page social-link, .mx-80 {
        margin: 0px 0px;
    }

    .login-page .social-link {
        margin-bottom: 0px;
        padding-bottom: 5px !important;
    }
    .login-page .social-link.pb-5 {
        padding-bottom: 20px !important;
    }

    .login-page .social-link a {
        margin: 2px 3px !important;
        padding: 6px 7px !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        height: 45px;
        width: 45px;
    }

    .login-page .social-link a > img {
        width: 25px;
        margin-right: 0;
    }

    .mobile-view {
        display: block;
    }
    .login-page .login-remember {
        margin-bottom: 7px !important;
    }
    .login-page .btn.btn-login {
        padding: 8px 15px;
        line-height: 1.5;
        font-size: 16px;
        height: 46px;
        width: 100%;
    }
    .login-page .form-group.pb-3 {
        padding-bottom: 10px !important;
        margin-bottom: 0 !important;
    }
    h2.page-title.center.or-sign span {
        padding: 3px 9px;
        font-size: 12px;
        letter-spacing: 0.2px;
    }

    h2.page-title.center.or-sign {
        margin: 10px auto 16px;
    }
    .login-page .form-group label {
        font-size: 12px;
        margin-left: 4px;
    }
    .login-page {
        padding: 18px;
        display: flex;
    }
    .login-page p.center {
        text-align: center;
        margin: 0;
    }
    .login-page .form-group.w-100.mb-0 {
        margin: 0 !important;
    }
    .company-logo {
        max-height: 50px;
        max-width: 50px;
    }
    .login-header .logo img {
        max-height: 45px;
    }
    .login-header {
        padding: 8px 15px;
    }
    .login-header .logo-div {
        max-width: 100%;
    }
    .login-title {
        font-size: 24px;
        line-height: 120%;
        margin: 0px 0 15px;
    }
    .login-page h4 {
        font-size: 15px;
        color: #122043;
        margin: -7px 0 20px;
    }
    .external-logins .list-inline-item {
        margin: 3px 0;
    }
    .external-logins .list-inline-item .btn {
        font-size: 13px;
        letter-spacing: 0.2px;
        padding: 5px 20px 5px;
        height: 36px;
    }
    .login-page .alert {
        font-size: 13px;
        padding: 8px 13px;
    }
    .external-logins .btn img {
        margin-right: 5px;
        max-width: 20px;
        max-height: 20px;
    }
    .login-page .form-group.mb-4 {
        margin-bottom: 16px !important;
    }
    .field-validation-error {
        font-size: 13px;
    }
    .login-logo img {
        max-height: 48px;
    }
    .login-logo {
        text-align: center;
        margin: 0 0 17px;
    }
    .login-form-area {
        max-width: 450px;
        margin: 20px auto;
        width: 100%;
        padding: 0;
    }
    .login-form-area h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .other-option {
        height: 20px;
        width: 100%;
        padding: 0 !important;
        max-width: 300px;
        margin: 25px auto;
        right: 0;
        position: relative;
        left: 0;
        transform: none;
        top: auto;
    }
    .other-option:before {
        height: 1px;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }
    .other-option span {
        font-size: 14px;
        line-height: 18px;
        padding: 0 7px;
        max-width: 39px;
    }
    .login-form-area > .row {
        margin: 0 0px 25px;
    }
    .login-form-area > .row > div {
        padding: 0;
    }
    .other-logins .text-start {
        text-align: center;
    }
    .site-header .common-logo-title {
        font-size: 24px;
        margin-left: 8px;
        font-weight: 500;
    }
}

@media screen and (max-width: 370px) {

    .login-page .social-link a {
        margin: 2px 2px !important;
        padding: 4px 2px !important;
        font-size: 13px;
    }
        .login-page .social-link a > img {
            width: 22px;
            margin-right: 3px;
        }
    .other-option:after, .other-option:before {
        width: 40.5%;
    }
    .g-recaptcha {
        transform: scale(0.78);
        transform-origin: left;
    }
}
