body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-family: "Lato", sans-serif;
}
*,
::after,
::before {
    box-sizing: border-box;
}
a, button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.loginBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.colHalf {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
}
.leftBanner {
    height: 100vh;
    background-color: #a8d1de;
    background-image: url(../images/virus.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 270px;
}
.leftBanner h2 {
    margin: 0;
    font-size: 34px;
    line-height: 42px;
    margin-top: 18%;
    margin-left: 8%;
}
img.docImage {
    position: absolute;
    bottom: 0;
    left: 75px;
    max-width: 320px;
}
.rightLogin {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.rightLoginInner {
    width: 100%;
    max-width: 460px;
}
.rightLoginInner h3 {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 65px;
}
.formInput label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 3px;
}
.formInput input {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e3e3e3;
    height: 48px;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 15px;
}
.formInput input:focus {
    border: 1px solid #207491;
    outline: none;

}
.mt2 {
    margin-top: 10px;
}
a.forgotPass {
    display: block;
    color: #207491;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 30px 0;
}
a.forgotPass:hover {
    text-decoration: underline;
}
.loginForm .submitBtn {
    text-align: center;
}
.loginForm .submitBtn button {
    background-color: #207491;
    color: #fff;
    font-weight: 700;
    border: 0;
    font-size: 18px;
    width: 100%;
    max-width: 310px;
    padding: 14px 15px;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.loginForm .submitBtn button:hover {
    background-color: #144e63;
}
.haveAccount {
    text-align: center;
}
.haveAccount a {
    color: #207491;
    text-decoration: none;
}
.haveAccount a:hover {
    text-decoration: underline;
}
.status-box {
    display: none;
}
.info-box {
    display: inline-block!important;
    color: #207491;
}
.error-box {
    display: inline-block!important;
    color: red;
}
@media screen and (max-width: 1200px) {
    .leftBanner h2 {
        font-size: 30px;
        margin-top: 25%;
    }
}
@media screen and (max-width: 991px) {
    img.docImage {
        left: 40px;
        max-width: 250px;
    }
    .leftBanner {
        background-size: 220px;
    }
    .leftBanner h2 {
        font-size: 22px;
        margin-top: 28%;
        line-height: normal;
    }
    .rightLoginInner {
        padding: 0 25px;
    }
}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    img.docImage {
        position: static;
        display: block;
        padding-top: 50px;
    }
    .colHalf.leftBanner {
    height: auto;
}
}

@media screen and (max-width: 767px) {
    .colHalf.rightLogin {
        display: none;
    }
    .colHalf {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
    .leftBanner h2 {
        font-size: 28px;
        margin-top: 28%;
        text-align: center;
        margin-left: 0;
    }
    img.docImage {
    left: 0px;
    right: 0;
    margin: 0 auto;
    max-width: 210px;
    position: static;
    display: block;
    padding-top: 100px;
}
    .leftBanner {
    height: auto;
}
}
@media screen and (max-width: 500px) {
    .leftBanner {
        background-size: 180px;
    }
    .leftBanner h2 {
        margin-top: 18vh;
    }
    .leftBanner {
        background-image: none;
    }
}
