*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* tipo de letra para titulo y fondo*/
body {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color: aliceblue;
    background-image: src="maquina.jpg";
    background-size: 400% 400%;
    background-repeat: no-repeat;
}

/* estilo del recuadro */
.form-login {
    width: 400px ;
    height: 370px;
    background-color: rgb(253, 253, 253);
    margin: auto;
    margin-top: 180px;
    box-shadow: 7px 13px 37px rgb(251, 101, 7);
    padding: 20px 30px;
    border-top: 4px solid rgb(245, 229, 7);
    color: rgb(179, 40, 40);
}

/* estilo del titulo */
.form-login h5 {
    margin: 0;
    text-align: center;
    height: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    font-size: 20px;
}
/* estilo de las casillas */
.controls {
   width: 100%;
   border: 1px solid rgb(245, 229, 7);
   margin-bottom: 15px;
   padding: 11px 10px;
   background-color: rgb(235, 242, 140);
   font-size: 14px;
   font-weight: bold;
}
/* estilo del boton ingresar*/
.buttons {
    width: 100%;
    height: 40px;
    background-color: rgb(245, 229, 7);
    border-radius: 10px;
    color: rgb(6, 6, 6);
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}
/* estilo del recuadro formulario operad */
.form-operad {
    width: 700px ;
    height: 500px;
    background-color: rgb(253, 253, 253);
    margin: auto;
    margin-top: 80px;
    box-shadow: 7px 13px 37px rgb(251, 101, 7);
    padding: 20px 30px;
    border-top: 4px solid rgb(245, 229, 7);
    color: rgb(179, 40, 40);
}
/* estilo del recuadro formulario mant */
.form-mant {
    width: 700px ;
    height: 350px;
    background-color: rgb(253, 253, 253);
    margin: auto;
    margin-top: 80px;
    box-shadow: 7px 13px 37px rgb(251, 101, 7);
    padding: 20px 30px;
    border-top: 4px solid rgb(245, 229, 7);
    color: rgb(179, 40, 40);
}