/*
 Theme Name:     reformas-sevilla
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*Centrar peticion contraseña en catalogos*/
.post-password-required .et_pb_row,.post-password-required .et_pb_section {

    width: 70%;
    margin: 50px auto;

}
.et_password_protected_form .et_submit_button:hover{

    padding: .3em 1.5em;

}
/*color boton enviar en pedir contraseña*/
.et_password_protected_form .et_submit_button{
color: #008ea0;
}


/* ----otro codigo para centrar ese formulario, si falla el anterior------
.et_password_protected_form{
    padding:24px;
}
 
.et_password_protected_form form input{
    border:1px solid gray!important;
    background:white;
    padding:6px!important;
    width:200px!important;
}*/