.loginForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(251, 251, 251);
}

.loginInner {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgb(208, 208, 208);
  /* min-height: 450px; */
  padding: 15px;
}

.topicLogin {
  text-align: center;
  color: #05144a;
  font-size: 1.8rem;
}

.loginBtn {
  display: flex;
  justify-content: center;
}

.loginBtn button {
  width: 100%;
}

.form-group {
  margin-top: 30px;
}

.form-group label {
  color: #718093;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 0px;
}

.loginLogo {
  width: 100%;
  text-align: center;
  width: 250px;
  margin-bottom: 30px;
}

#message {
  display: none;
}

@media all and (max-width: 550px) {
  .loginForm {
    padding: 8%;
    justify-content: start;
  }

  .loginInner {
    width: 100%;
  }
}

@media all and (min-width: 550px) {
  .loginForm {
    min-height: 100vh;
  }

  .loginInner {
    width: 450px;
  }
}

.homeVid {
  height: 10px;
}
