/*
Theme Name:  ElaiaLab
Description: ElaiaLab is a lightweight and minimalist theme. The theme is designed for users who want a flexible and customizable website. The theme, which is optimized for performance. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Author:      ElaiaLAb
Author URL:  https://www.elaialab.es
Template:    hello-elementor
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ElaiaLab
*/

/* ===== Hover ===== */
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.wp-block-button__link:hover,
select:hover {
  background-color: #677976 !important;
  border-color: #677976 !important;
  color: #fff !important;
}

/* ===== Activo / Seleccionado ===== */
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.wp-block-button__link:active,
select:focus,
select:active {
  background-color: #4d615e !important;
  border-color: #4d615e !important;
  color: #fff !important;
}

/* Más específico que #lostpasswordform input */
#lostpasswordform input[type="email"],
#lostpasswordform input[type="text"],
#lostpasswordform input[type="password"],
#lostpasswordform select,
#lostpasswordform textarea {
  background-color: #FFFFFF !important;
  border-color: #D5D5D5 !important;
  border-width: 1px 2px 2px 1px !important;
  border-style: solid !important;
  border-radius: 10px !important;
  padding: .5rem 1rem;
  width: 100%;
}

#lostpasswordform input {
    width: 100%;
    background-color: #4D615E;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    border-style: solid;
    border-width: 0px 2px 2px 0px; 
    border-color: #3F4D4B;
    border-radius: 10px;
    color: #fff;    padding: .5rem 1rem;
}
