@font-face {
    font-family: "Agency FB V2";
    src: url("../agency-fb-v2.woff2");
}
body{
    background-image: url(../../Fondo.png);
    background-size: cover;
}

h1 {
    font-family: "Agency FB V2";
    text-align: center;
    padding-top: 10px;
}

.caja {
    font-family: "Agency FB V2";
    margin: auto;
    margin-top: 130px;
    width: 50%;
    height: 70%;
    border: 5px solid gray;
    background-image: linear-gradient(to top, rgba(0, 4, 255, 0), rgb(184, 181, 241));
}

.input{
    font-family: "Agency FB V2";
    margin: 10px;
    padding: 8px;
    font-size: larger;
}

.input label{
    text-align: left;
}

.input input {
    width: 100%;
    outline: none;
    background: none;
    border-bottom: 1px solid black;
}

.button1 {
    font-family: "Agency FB V2";
    background-color: rgb(181, 185, 228); 
    color: black; 
    border: 2px solid rgb(121, 116, 224);
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 23px;
    transition-duration: 0.4s;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}
  
.button1:hover {
    background-color:rgb(141, 136, 226);
    color: white;

}

.alert {
    color: red;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

#submit{

text-align: center;
margin: 10px;
}

#volver {
    color: black;
    text-decoration: none;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
}