body {
    background: url(../../images/doctor-login.png) center no-repeat;
    background-size: cover;
    height:100%;
}
body:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.5);
    position: absolute;
    z-index: 0;
}
.admin_login_container {
    width: 45%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: #ffffff;
    padding: 40px 120px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.portal_login_container {
    width: 48%;
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    padding:40px 100px 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.page_title, .portal_page_title, .login_logo {
    text-align:center;
}

.login_logo img {
    height: 64px;
      
}
.portal_login_logo img {
    height: 48px;
      
}

.page_title {
    font-family:Avenir;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    text-align: center;
    color: #596377;
    margin: 32px 0;
}
.portal_page_title {
    font-family:Avenir;
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    text-align: center;
    color: #596377;
    margin: 32px 0;
}
.action_login { margin-bottom:0; }
.action_login > div { 
    margin-bottom:20px;
}
.rememberme_label {
    font-family: Nunito;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(91, 112, 124, 0.8);
    display: flex;
}
input[type=checkbox] {
    margin-right: 5px;
}
.forgot_pasword_section {
    text-align: right;
}
.forgot_pasword {
    font-family: Avenir;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0068b3;
    cursor: pointer;
    margin-bottom: 0;
}
.forgot_pasword:hover {
    color: #00518c;
}
.action_input{
    border-radius: 5px;
    background-color: #688195;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
    margin-top: 12px;
    padding: 12px 0 !important;
}
.action_input:hover {
    background-color: #5D6E7B;
}
.rememberMe {
    margin-bottom: -5px;
}
.imez_rights {
    font-family: Avenir;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #596377;
}
.btn:hover {
    color: #ffffff;
}
.PoweredSS {
    font-size: 11px;
    text-align: center;
    color: #596377;
}
.login_spinner{
    max-height: 100px;position: absolute;bottom: -76px;left: 50%;transform: translateX(-50%);display:none;
}
.status_message {
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
    min-height: 18px;
}
.border-lable-flt label, .border-lable-flt > span {
    background-color: white;
}


input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

