
/* body main */

.login-field .input-label {
    align-content: center;
    margin-bottom: 5px;
}

.login-field .signin_input_row {
    width: 100%;
}

.login-input {
    height: 35px;
    width: 100%;
    min-width: 200px;
    font-size: 1em;
}

#rememberUsername {
    border: 1px solid #fff;
}

.signin_autoarea {
    margin-top: 18px;
}

#buttonarea_AAA-AS-SI1 {
    justify-content: flex-end;
}

#AAA-AS-SI1-SE014 {
    font-size: 1em;
    height: 30px;
    font-weight: bold;
}

.lseg-action-button {
    font-size: 1em;
    height: 30px;
    font-weight: bold;
}

.input-error {
    margin: 0px;
    padding-top: 5px;
    line-height: 10px;
    font-size: 10px;
    text-align: right;
    color: #e50000;
    min-height: 10px;
    max-height: 10px;
    flex-basis: 100%;
    justify-content: flex-end;
}

.identifier-card {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid rgb(89, 89, 89);
    overflow-wrap: break-word;
}
  
.identifier-card:hover, .identifier-card:focus-visible {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgb(51, 75, 255);
    border: 1px solid rgb(51, 75, 255);
    outline: none;
}

.sign-in-troubleshoot {
    margin-top: 4px;
}

.password-change:hover {
    cursor: pointer;
}

.recover-username:hover {
    cursor: pointer;
}

/* end body main */

.body-error {
    margin: 5px 30px 0px 30px;
}

#server-errors {
    height: 100%;
}

.signin_errormsg {
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    color: #e50000;
    overflow-y: auto;
    min-height: 30px;
    max-height: 100%;
}

/* ================= Media css================= */

/* mobile */

@media (max-width: 480px)
{

}
/* end mobile */

/* trading */
@media (max-height: 510px) and (max-width: 750px)
{

    .login-field {
        flex-flow: row wrap;
    }

    .login-field .input-label {
        max-width: 80px;
    }

    .body-error {
        margin: 5px 60px 0px 60px;
    }

    .input-error {
        min-height: 15px;
    }

}
/* end trading */

/* eikon4 */
@media (max-height: 410px) and (max-width: 750px)
{

    .login-field {
        flex-flow: row wrap;
    }

    .login-field .input-label {
        max-width: 80px;
    }

    .body-error {
        margin: 0px 30px 0px 60px;
    }

    .signin_autoarea {
        margin-top: 13px;
    }

    .input-error {
        min-height: 12px;
    }
    
}
/* end eikon4 */