.title-login{
    text-align: center;
    margin-top: 40px;
    font-size: 25px;
    font-weight: bold;
}

.login{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    border-spacing: 15px;
}

.item{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.login-page th{
    text-align: left;
}

.login-page input{
    background-color: #f2f4f5;
    text-align: left;
    width: 400px;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 16px;
    color: #20204e;
    flex-grow:1;
}

.reference{
    text-align: center;
    margin-bottom: 20px;
}

.button-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.button-center{
    text-align: center;
    width: 500px;
}


.error{
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}

.login-page .register{
    text-align: center;
    text-decoration: underline;
    margin-bottom: 50px;
    font-size: 18px;
}

.login-success{
    max-width: 600px;
    margin: 0 auto 20px;
    margin-top: 40px;
    padding: 12px 16px;
    border-radius: 8px;
    background: #ecfdf5;
    border: 1px solid #10b981;
    text-align: center;
    font-size: 14px;
}