.empresas-reset-form {
    max-width: 450px !important;
    margin: 0px auto;
    padding: 30px;
    font-family: sans-serif;
}

.empresas-access-container h1 {
    color: #2196F3 !important;
    text-align: center;
}

.empresas-reset-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #2196F3;
}

.empresas-reset-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
}

.empresas-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;
}

.empresas-reset-form button:hover {
    background: #d20c70;
}


.empresas-reset-form .success-message {
    margin-top: 18px;
    font-size: 15px;
    color: #2c3e50;
}

.empresas-reset-form h1 {
    color: #2196F3 !important;
    text-align: center; /* Opcional: para centrar el título como el mensaje de error */

}
