.v-auth-layout::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("/img/bg-polygon-blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.v-auth-layout .logo {
  z-index: 1;
  width: 250px;
  margin: 30px 0;
}

.v-auth-layout .background-group {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.v-auth-layout .btn {
  padding: 10px 20px;
  font-size: 14px;
}

.v-auth-layout .btn-primary {
  background: #38618c;
}

.v-auth-layout .btn-primary:hover {
  transition: all 0.5;
  background-color: #294868;
}

.panel img {
  max-width: 100%;
}

.v-form-login {
  height: 500px;
}

.v-form-login.reset-email {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.v-form-login .title {
  color: #38618c;
  font-weight: 600;
  margin-bottom: 30px;
}

.v-form-login .btn {
  margin-top: 20px;
}

.v-form-login .helper-link {
  margin-top: 20px;
}

.v-form-login .control-label {
  font-size: 20px;
}

.v-form-login {
  padding: 50px 25px;
  background: white;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.04);
}
