@font-face {
    font-family: 'ehr-bold';
    src: url('../vendor/ehrfont/ehrnext-Bold.woff2') format('woff2'), url('../vendor/ehrfont/ehrnext-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ehr';
    src: url('../vendor/ehrfont/ehrnext.woff2') format('woff2'), url('../vendor/ehrfont/ehrnext.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    background: white;
    margin: 0;
    padding: 0;
    min-width: 320px;
    background: url(../img/ehr-login-bg.jpg) no-repeat;
    background-size: cover;
    background-color: #f7f4f4 !important;
    background-size: unset;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.app {
    overflow: hidden;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    backface-visibility: hidden;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.auth-logo img{
    max-width: 100%;
    max-height:80px;
}

.text-18{
    font-size:18px;
}

.text-16{
    font-size:16px;
}

.text-14{
    font-size:14px;
}

h1, h2, h3, h4, h5 {
    color: rgb(55, 60, 84);
    margin:0;
}

.intro {
    background-color: #51999b;
    opacity: 0.8;
    padding: 5px;
    border-radius: 4px;
}


.auth-container {
    float: right;
    padding-bottom: 100px;
}

.computer-only {
    height: 100%;
    padding: 0px;
}

.modules {
    height: 100%;
    justify-content: center;
    align-items: center;
    max-width: 75%;
}

.modules-cover {
    color: #fff;
}

.modules img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    height: 300px;
    padding-top: 20px;
}

.app-intro {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.app-text {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 40px;
    margin-top: 20px;
}

    .app-text .modules-count {
        color: #d9d941;
    }

.flag-icon:before {
    content: ".";
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

.flag-icon-us {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/flags/4x3/us.svg);
}

.flag-icon-np {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/flags/4x3/np.svg);
}

.btn-primary {
    background-color: #2E6EA4 !important;
}

    .btn-primary:hover {
        background-color: #2c6595 !important;
    }

a {
    color: #2E6EA4 !important;
}

.logo-area {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 15px;
}

.switch-locale {
    margin-top: 12px;
    color: #2E6EA4;
    cursor: pointer;
}

.page-heading {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    color: #2E6EA4;
}

.page-intro {
    padding: 20px 0px 20px 0px;
    color: gray;
}

.auth-form-body {
    padding: 5px 0px 5px 0px;
}

@media screen and (max-width: 768px) {
    .auth-container {
        width: 100%;
    }

    .auth-form-body {
        max-width: 100%;
    }
}

label, .label {
    text-transform: none !important;
    font-weight: 600;
    color: #475F7B;
    font-size: .8rem;
}

.field-validation-error {
    margin-top: 2px;
    display: block;
    color: red;
    font-size: 0.9rem;
}

.divider-text small {
    white-space: pre-line;
}

.ehr {
    color: #2E6EA4;
    font-family: 'ehr-bold';
}

.next {
    color: #F17C20;
    font-family: 'ehr';
    font-size: 0.7em;
}

.auth-layout-wrap .auth-content {
    max-width: 330px
}

@media(min-width:1024px) {
    .auth-layout-wrap .auth-content {
        min-width: 330px
    }
}

a[disabled] {
    pointer-events: none
}

.input-validation-error {
    border: 1px solid red
}

.field-validation-error {
    color: red
}

.text-center{
    text-align:center;
}