body {
    background-image: url(../imagenes/fondo.jpg);
    -webkit-background-size: cover;
    background-size: cover;
   
}
form,
input,
button {
  margin: 10px;
}

#titulo {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-top: 90px;
    font-size: 50px;
    color:white;
    border-radius: 10px;
}

#login {
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    border-radius: 10px;
}
#nebaris {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    font-size: 13px;
    text-align: center;
    font-family: Arial;
    margin-top: 95px;
}
#nebaris a {
    color: #95a5a6;
    border: 0;
}
#nebaris a:hover {
    color: white;
    background-color: black;
}