.login-page {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c0c0c0d2;
  z-index: 1;
} */

.container {
  position: relative;
  z-index: 1;
}

.login-page .btn {
  background-color: #0c3587;
}

.form-control {
  float: unset !important;
}

.content h1 {
  color: #0c3587;

}

.content p {
  font-size: 16px;
}

.form-control {
  background-color: #009dff14;
}

.col-xxl-8 {
  flex: 0 0 auto;
  width: 84.666667%;
}

form .btn {
  justify-content: center;
}


