﻿@font-face {
    font-family: 'Calibri';
    src: url('../font/Calibri.woff2') format('woff2'), url('../font/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../font/Calibri-Bold.woff2') format('woff2'), url('../font/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../font/Calibri-Light.woff2') format('woff2'), url('../font/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body, html {
    font-family: "Calibri" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    box-sizing:border-box;
}
* {
    box-sizing: border-box;
}

.login-left {
    width: 70%;
    height: 100%;
    background-color: #036;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.login-right{width:30%;}
.login-container{display:flex;align-items:center;height:100%;}
.bg-img {
    background-image: url(../images/new-icons/login-bg.png);
    max-width: 600px;
    width:100%;
    height: 600px;
    background-size: 100%;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
}
.bg-text {
    max-width: 90%;
    margin: 0 auto;
    width: 100%;
}
.bg-text h1 {
    font-size: 40px;
    font-family: Calibri;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    position: relative;
}
.bg-text p{
    font-size: 20px;
    font-family: Calibri;
    font-weight: 300;
    color: #fff;
    padding-bottom: 25px;
}
.login-input{margin-bottom:25px;}
.login-input input {
    width: 100%;
    border: 1px solid #d1d1d1;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: none;
    height: 41px;
    font-family: "Calibri";
    font-size: 14px;
    color: #555555;
    background-color: #fff !important;
}
.login-form {
    max-width: 95%;
    margin: 0 auto;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
    display: flex;
}
.login-form div{width: 100%;}
.login-input .formLabel {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 5px;
}
.contact-info{display:flex;padding-top:25px;padding-bottom:25px;border-top:1px solid #fff;}
.contact-info a:link, .contact-info span{color:#fff;display:inline-block}
 .contact-info span{margin:0 15px;}
.login-img {
    text-align: center;
    padding: 30px 0 20px;
}
.login-section{padding:30px 20px 0;}
.login-user{padding:8px 25px;border-radius:0px;}
.login-user h2{color:#fff;margin:0;font-weight:300; text-align:center;font-size:18px;text-align:center;  color: #555555;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
 .formValue{margin-top:0px;text-align:right;margin-bottom:15px}
.formContent .login-input.login-input-psw{margin-bottom:15px;}
.forminput{display:flex}
.login-btn{text-align:center}
.login-btn .link-button {
    min-width: 115px;
    height: 44px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Calibri";
    text-align: center;
    background-color: #003366;
    border: 1px solid #002244;
    color: #ffffff;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 22px;
}
.copyrights {
    color: #212121;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.forgot-btn input:first-child{margin-right:15px}
.EvolveValidationSummary {
    border: solid 1px #cac800;
    background-color: #ffffff;
    padding: 8px 15px 8px 45px;
    display: inline-flex;
    margin: 0;
    align-items: center;
    border-radius: 4px;
    position: relative;
    color: #2d2d2d;
    font-size: 14px;
    min-height: 45px;
}
.EvolveValidationSummary a{
    color: #2d2d2d;
    font-size:14px;
}
.EvolveValidationSummary:before{
    content:'';
    position:absolute;
    width:44px;
    height:100%;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    top:0;
    left:0 
}
.EvolveValidationSummary:after{
    content:'';
    position:absolute;
    width:20px;
    height:20px;
    left: 13px;
    top: 11px;
    display: inline-block;
}
.EvolveValidationSummary.success-msg:after { background-image: url('../images/new-icons/tick1.png');}
.EvolveValidationSummary.error-msg:after{background-image:url('../images/new-icons/error-icon.png');}
.EvolveValidationSummary.warning-msg:after{background-image:url('../images/new-icons/warning-icon.png');}
.EvolveValidationSummary.success-msg{border-color:#508929}
.EvolveValidationSummary.success-msg:before{background-color:#508929;}
.EvolveValidationSummary.error-msg{border-color:#dc3434}
.EvolveValidationSummary.error-msg:before{background-color:#dc3434;}
.EvolveValidationSummary.warning-msg{border-color:#ed7322}
.EvolveValidationSummary.warning-msg:before{background-color:#ed7322;}
.EvolveValidationSummary ul{margin:0; list-style: none;}
.EvolveValidationSummary{margin-bottom:15px;}
.already-login, .page-back-conatiner {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size:18px;
}

@media screen and (max-width: 991px) {
    .login-container {
        flex-direction: column;
    }
    .login-left, .login-right{width:100%;border-radius:0;height: 50%;    padding: 0 30px;}
    .login-form {
        position: relative;
        top: -200px;
        background: #fff;
    }
    .bg-text {
        position: relative;
        top: -65px;
    }
}
@media screen and (max-width: 767px){
    .login-container {
        display: block;
        height: auto;
    }
    .login-left, .login-right { 
        padding: 0 15px;
    }
    .login-left{height:300px;}
    .forgot-btn input:first-child{margin-right:0}
    .forgot-btn input{margin-bottom:15px;}
    .copyrights {
        position: relative;
        text-align: center;
        right: 0;
        padding: 15px 0;
    }
    .bg-text{top: 0}
    .login-form {top:-50px}
}
