@charset "UTF-8";

body{
    font-family: sans-serif;
    padding-top: 5px;
    background-color:#3f3f3f;
    
}
p{
    text-align: left;
}

h5{
    text-align: right;
}

legend#subtitulo,#subtitulo2{
	font-size: 18px;
    font-stretch: extra-expanded;
    text-shadow: 1px 1px 2px black;
    font-weight: 900;
    text-align: center;
}
form{
    display: inline-block;
    position: relative;
    background-color:#ffff;
    font-family: sens-serif;
    font-size: 18px;
    box-shadow: 1px 1px 10px black;
}

legend#titulo{
	font-size: 22px;
    font-stretch: condensed;
    text-shadow: 1px 1px 1px white;
    font-weight: 900;
}

input#btnE:hover{
    transition-duration: 0.8s;
    border: 5px solid rgba(0,0,255,0.2);
    border-radius: 4px;
    font-style: initial;
    font-weight: 900; 
}

input#btnR:hover{
    transition-duration: 0.8s;
    border: 5px solid rgba(0,0,255,0.2);
    border-radius: 4px;
    font-style: initial;
    font-weight: 900; 
}

input#btnE,#btnR{
    width: 80px;
    height: 50px;
}

input:focus{
    transition-duration: 0.4s;
    border: 2px solid rgba(0,0,255,0.4);
}
input{
    
    font-size:16px;
    border : 2px solid black;
    text-transform:uppercase;
}
select{
    border : 2px solid black;
}

fieldset#form{
    background-color: rgb(219, 221, 222);
    width: 10px;
    box-shadow: 2px 2px 50px black;
}



