input[type=password] {
}

.description {
    margin-top: 24px;
    width: 100%;

    text-align: center;
    /*body 2 medium*/
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
    color: #838486;
    transform: rotate(0.04deg);
}

.profileInfo {
    margin-top: 18px;
}

#failCnt {
    margin-top: 15px;
}

.impossibleSSO {
    /* body 2 semibold */
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    /* semantic-color-text-default */
    color: #333436;
    cursor: pointer;
}

#loginSubmitWrap {
    width: 100%;
}

#ssoWrap {
    width: 100%;
}

#accountId:-webkit-autofill, #accountPassword:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #E9F4FF inset;
    box-shadow: 0 0 0px 1000px #E9F4FF inset;
    transition: background-color 86400s ease-in-out 0s;
}

#accountId:-webkit-autofill:focus, #accountPassword:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
    box-shadow: 0 0 0 1000px #FFFFFF inset;
    transition: background-color 86400s ease-in-out 0s;
}
