.resvera-login-form {
    width: 90%;
    max-width: 400px;
    margin: 40px auto;
    background-color: #EE82EE;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

.resvera-login-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.resvera-login-form label {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
}

.resvera-login-form input[type="text"],
.resvera-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
}

.resvera-login-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    color: #A020F0;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

.resvera-login-form input[type="submit"]:hover {
    background-color: #eee;
}

.resvera-login-form .links,
.resvera-login-form .extra-links {
    text-align: center;
    margin-top: 15px;
}

.resvera-login-form a {
    color: #fff;
    text-decoration: underline;
}

.resvera-login-form .remember-me {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
