.postulantes-reset-form {
    max-width: 450px !important;
    margin: 0 auto;
    padding: 30px;
    font-family: sans-serif;
}

.postulantes-reset-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2196F3;
}

.postulantes-reset-form input {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
}

.postulantes-reset-form button {
    background: #FA1188;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.2s ease-in-out;
}

.postulantes-reset-form button:hover {
    background: #d20c70;
}

.postulantes-reset-form .success-message {
    margin-top: 18px;
    font-size: 15px;
    color: #2c3e50;
}

.login-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

.login-card h1 {
    text-align: center;
    margin-bottom: 25px;
    color: #2c3e50;
    font-size: 24px;
}

.toggle-password i {
    font-size: 18px;
    color: #bbb;
}

.postulantes-login-section h1 {
    color: #2196F3 !important;
    text-align: center;
}

.toggle-password { 
    cursor: pointer;
}

/* --- Overrides SOLO para la pantalla de reset --- */
.postulantes-login-section.reset-mode .login-card {
    box-shadow: none !important;  /* Quita solo la sombra interior */
    padding: 0 !important;        /* Quita solo el padding interior */
}
