a {
    text-decoration: none;
}

.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}

.form-right i {
    font-size: 100px;
}

img#vanimg {
    max-height: 95%;
    align-items: center;
}

.btn-login-web {
  background: #000000;
  border: none;
  margin-top: 2vh;
  width:70%;
  color: #ffffff;
}

.btn-login-web:hover, .btn-login-web:focus, .btn-login-web:active{
  color:#ffffff;
  background-color: #8adb6f;
}

.link-reset-web {
  color: #993333;
  font-size:0.9rem;
  cursor: pointer;
}