.login-container {
    width: 100%;
    padding: 24px;
    max-width: 900px;
    min-width: 450px;
    margin: 0 auto;
}

[readonly] {
    background-color: gainsboro;
}

.inputText {
    font-size: 13px;
    width: 120px;
    padding-top: 15px;
}

.ic-eye {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("/corp/images/eye.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
    margin-right: 5px;
}

.ic-eye-close {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url("/corp/images/eye_close.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 5px;
    margin-right: 5px;
}