body {
  margin: 0;
  padding: 0;
  background: url(../img/bg1.jpg) no-repeat center top;
  background-size: cover;
  font-family: sans-serif;
  height: 100vh;
}

.login-box {
    width: 320px;
    height: 440px;
    background: #fff;
    color: #053299;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 5%;
    box-sizing: border-box;
    padding: 70px 30px;
}

    .login-box .avatar {
    width: 321px;
    height: 115px;
    border-radius: 10%;
    position: absolute;
    top: 2px;
    left: auto;
    right: auto;
}

.login-box h1 {
        margin: 0;
        padding: 0 0 20px;
        margin-top: 20%;
        text-align: center;
        font-size: 22px;
}

.login-box label {
  margin: 0;
  padding: 0;
  font-weight: bold;
  display: block;
}

.login-box input {
  width: 100%;
  margin-bottom: 20px;
}

    .login-box .boxtext {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background-color: #a6c7e5;
    border-radius: 10px;
}

    .login-box .boton {
    border: none;
    outline: none;
    height: 40px;
    background: #053299;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
}

        .login-box .boton:hover {
            cursor: pointer;
            background: #a6c7e5;
            color: #000;
        }

.login-box a {
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  color: darkgrey;
}

.login-box a:hover {
  color: #fff;
}
