.evii-auth-box {
    max-width: 460px;
    margin: 32px auto;
    padding: 24px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    background: #fff;
}

.evii-auth-box h2 {
    margin: 0 0 16px;
    font-size: 24px;
}

.evii-auth-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.evii-auth-form label {
    font-weight: 600;
    font-size: 14px;
}

.evii-auth-form input[type="text"],
.evii-auth-form input[type="password"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    font-size: 15px;
}

.evii-auth-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}

.evii-auth-btn {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 8px;
    background: #ef5e3a;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.evii-auth-help {
    margin-top: 14px;
    font-size: 14px;
}

.evii-auth-notice {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.evii-auth-error {
    background: #fdeaea;
    color: #8b1f1f;
    border: 1px solid #ef5e3a;
}

.evii-auth-success {
    background: #eaf8ee;
    color: #165a2f;
    border: 1px solid #bfe8cb;
}
