body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, white, #febf1a);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    padding: 40px;
    width: 320px;
    text-align: center;
}

.avatar {
    width: 80px;
    height: 80px;
    background-color: #febf1a;
    border-radius: 50%;
    margin: 0 auto 20px auto;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 90%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9em;
    margin-bottom: 15px;
}

.form-options a {
    color: #febf1a;
    text-decoration: none;
}

.login-form button {
    width: 100%;
    padding: 12px;
    background-color: #febf1a;
    color: #000;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.login-form button:hover {
    background-color: #e5ac00;
}

.avatar {
    width: 80px;
    height: 80px;
    background-color: #febf1a;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
}
