*{
    margin:0;
    padding:0;
}

html body {
    font-family: Sans-serif;
    background-size: cover;
    background: rgba(0, 0, 0, 0) url("./img/fondo.jpg") no-repeat fixed center top / cover ;
}

input{
    width: 450px;
    height: 50px;
    border: 1px dotted #ccc;
    font-size: large;
    margin: 5px;
    padding: 3px;
}

#cabecera{
    background-image: url('./img/logo_mai.png');
    width: 544px;
    height: 165px;
    margin: 80px auto;
}

.formulario{
    text-align: center;
    width: 500px;
    margin: 0 auto;
}

#contenedor_pie {
    background-color: #666666;
    bottom: 0;
    color: white;
    font-weight: bold;
    height: 23px;
    left: 0;
    position: absolute;
    text-align: right;
    width: 100%;
}

#environment{
    color:yellow;
}

#conectar {
    cursor: pointer;
  }