@font-face {
    font-family: "Monoton";
    src: url("Monoton.ttf");
}

body {
    background-image: url("img/fondo.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.titulo {
    font-size: 40px;
    color: whitesmoke;
    font-family: "Monoton";
    display: flex;
    align-items: center;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: end;
    word-spacing: 10px;

}

.loginbox {
    width: 600px;
    height: 850px;
    background: #1f85bd;
    color: whitesmoke;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 70px 30px;
    border-radius: 15px;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.6);
}

.avatar {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    top: -30px;
}

.formulario {
    width: 100%;
    margin-top: 40px;
    margin-left: 20px;
}

.inputt {
    width: 90%;
    height: 45px;
    margin-bottom: 20px;
    border: none;
    background-color: #1f85bd;
    box-shadow:     0 0 15px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    color: #ffffff;
}

.botonlogin {
    width: 160px;
    height: 60px;
    background: #d8dbdb;
    border: none;
    border-radius: 50px;
    color: #1f85bd;
    cursor: pointer;
    margin-top: 20px;
    box-shadow:     0 0 6px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 20px;
}

.boton-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagensola {
    display: flex;
    justify-content: center;
    align-items: center;
}

::placeholder {
  color: rgb(173, 173, 187);
  font-size: 1em;
    padding-left: 20px;
}

p {
    margin: 10px 0 0;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-left: 20px;
}

.preg2 {
    margin: 10px 0 0;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    justify-content: right;
    color: antiquewhite;
}
.preg1 {
    margin: 10px 0 0;
    padding: 10px;
    font-weight: bold;
    font-size: 15px;
    justify-content: left;
    color: antiquewhite;
}

.preguntas {
    display: flex;
    justify-content: space-between;
    align-items: center;
}