.login-bg {
    background-image: url('https://q3-hfcloud.products.abbott//apps/clinician/assets/images/login-bg.jpg');
    background-color: rgba(3, 169, 244, 0.3);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-left {
    position: relative;
    width: 25%;
    height: calc(100% - 64px);
    float: left;
    padding: 32px 37px 32px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-right {
    width: calc(100% - 25% - 59px);
    height: 100vh !important;
    min-height: 600px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: unset;
}

.welcome-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
    margin-left: 15px;
}

.signin-label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.87);
    margin-left: 15px;
}
#pagename {
    display: none !important;
}
#api {
    padding-left: 15px;
    margin-bottom: 22px;
}


#localAccountForm {
    position: relative;
}

.login-form,
.mfa-form {
    margin-bottom: 20px;
}

.forgot-label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #9e9e9e;
}


/****** login b2c form *******/

a#forgotPassword {
    top: 105%;
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

a#forgotPassword:hover {
    text-decoration: underline;
}

.password-label label {
    display: none;
}

div.password-label a {
    color: #9e9e9e;
}

.err-input {
    border: 1px solid #c62828;
}

label[for='signInName'] {
    top: unset !important;
    left: unset !important;
}

label {
    position: absolute;
    margin-left: 10px;
    background: #fff;
    line-height: 2px;
}

.error-label-pos {
    margin-top: 26px;
}

#pwdlabel {
    top: unset !important;
    left: 0 !important;
}

.eyesymbol {
    position: absolute;
    margin-top: 15px;
    margin-left: -35px;
    cursor: pointer;
    height: 20px;
    width: 22px;
    color: #808080;
    background-repeat: no-repeat;
    font-size: 15px;
    background-image: url(https://q3-hfcloud.products.abbott//apps/clinician/assets/images/icons/eye.png);
    background-position: bottom;
    caret-color: transparent;
}

.hide {
    display: none;;
}

.eyeline {
    left: 6px;
    position: absolute;
    top: -7px;
    font-size: 30px;
    font-weight: 500;
}

#unsupported-browser {
    margin-top: 4rem;
    font-size: 13px;
    padding-left: 15px;
}