/* Fixed styling start*/
.login-container{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container input[type=text]{
    background-color: #ffffff;
}
.login-container input:-webkit-autofill,
.login-container input:-webkit-autofill:hover,
.login-container input:-webkit-autofill:focus,
.login-container input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    background-color: #ffffff;
}

.login-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 930px;
    height: 605px;
    /*background: #0ab169;*/
}

.login-main-content{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 930px;
    height: 520px;
    /*background: #Aab169;*/
}

.login-footer-content{
    width: 930px;
    height: 55px;
    /*background: #0ab169;*/
}

.login-main-content > div{
    flex-grow: 1;
    width: 50%;
}

.login-main-content .image{
    margin: 0 0 20px 0;
}

.login-main-img{
    min-width:465px;
    max-width:465px;
    min-height:397px;
    max-height:397px;
    background-size: cover;
}
.welcome-msg {
    background-color: #3d3d3d;
    color: #FFF;
    padding: 35px 10px;
    font-size: 1.5em;
    text-align: center;
    min-width: 465px;
    max-width: 465px;
    margin:10px 0;
    position: absolute;
    bottom: 0;
}

#login-right-side{
    margin: 0 0 0 40px;
}

.login-footer{
    display: flex;
    justify-content: space-between;
}

/* Fixed styling stop */



.login-form {
    position: absolute;
    top: calc(50% - 320px);

}

.login-form-row {
    height: 550px;
}

.login-image {
    padding-right:0;
}

.login-form .login-image img {
    width: 100%;
}

.login-fields {
    text-align: left;
    padding-left: 40px;
}

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

.login input {
    width: 100%;
}

#btn-login {
    width: 120px;
}

.login .message {
    margin-bottom: 18px;
}

.login .messages {
    margin-top: 30px;
    font-size: 0.75em;
}

.login-link {
    margin-bottom: 10px;
}

.login .welcome {
    background-color: #3d3d3d;
    color: #FFF;
    padding: 35px 10px;
    font-size: 1.5em;
    text-align: center;
    --max-width: 414px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login hr {
    border-top: 1px solid #252525;
}

.login .footer {
    font-size: 0.75em;
}

.footer .logo, .footer .copyright, .footer .privacy {
    height: 30px;
    margin-bottom: 10px;
}

.footer .copyright, .footer .privacy {
    position: relative;
    top: 7px;
}

.footer a {
    color: #252525;
    text-decoration: none;
}

.memword_no {
    width: 80px;
    height: 29px;
    line-height: 29px;
    padding: 0 3px 0 3px;
    text-align: center;
    border: 0;
    display: inline-block;
    font-size: 0.785em;
}

.capsIndicator {
    color: #E22222;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.login input.memword {
    width: 80px;
    text-align: center;
    display: inline;
}

#mw_block {
    margin-bottom: 20px;
}

.login_err {
    color: #E22222;
}





/* xs */
@media(max-width:576px) {


    .login .welcome {
        font-size: 0.95em;
        padding: 20px 10px;
    }

    .login-form-row {
        height: auto;
    }

    .login-form {
        top:0;
    }

    .login .footer {
        font-size: 0.65em;
    }

    .login-fields {
        padding-left: 15px;
    }
}


.update-security-details.content-wrapper {
    padding: 20px 15px 15px 15px;
}

.update-security-details .fields {
    width: 350px;
}

