
#recuperacion{
    margin-bottom: 30%;
    font-family: sans-serif;
}

#recuperacion_form{
    width: 89%;
    margin-left: 5%;
    box-shadow: 4px 4px 7px #4D4D4D;
    border: 5px solid rgb(245, 245, 245);
    height: 26%;
    padding: 1% 2% 1% 2%;
    display:inline-block;
}

#recuperacion_titulo{
    text-align: center;
    text-transform: uppercase;
}

#recuperacion_form input[type="submit"]{
    width: 25%;
    float: right;
    font-size: 15px;
    padding: 6px 0px 6px 3px;
    color: white;
    margin-top:1%;
    border-radius: 9px;
    background: rgb(222, 178, 91);
    border: 1px solid rgb(199, 199, 199);
    text-align: center;
    margin-bottom: 4%;
    cursor: pointer;
}
#recuperacion_form_campos{
    list-style: none;
}

#recuperacion_form_campos li{
    display: block;
    margin-top: 1%;
}

#recuperacion_form_campos li span{
    width: 10%;
    display: block;
    float: left;
}
#recuperacion_form_campos li input {
    width: 31%;
    background-color: rgb(238, 238, 238);
    border-style: none;
}

input[name="email"]{
    float:left;
    margin-right: 7%;
}

#recuperacion_form_campos{
    padding: 0;
}