body{    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;}



.login-form {
  width: 340px;
  font-size: 15px;
  margin-bottom: 15px;
  background: #f7f7f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.login-form h2, .login-form h4 {
  margin: 0 0 15px;
}

.form-group {
  margin: 20px 0px
}

.form-control, .btn {
  min-height: 38px;
  border-radius: 2px;
}

.btn {
  font-size: 15px;
  font-weight: bold;
}

.error {
  color: #613c6d;
  font-size: 17px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px 0px
}


.login-form {
  margin-bottom: 15px;
  background: #f7f7f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.login-form h2, .login-form h4 {
  margin: 0 0 15px;
}

.form-group {
  margin: 20px 0px
}

.form-control, .btn {
  min-height: 38px;
  border-radius: 2px;
}

.btn {
  font-size: 15px;
  font-weight: bold;
}

.error {
  color: #613c6d;
  font-size: 17px;
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px 0px
}

.custom-btn {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  background: #7d02a7;
  border-radius: 3px;
  padding: 5px 10px;
  line-height: 22px;
  display: block;
  width: max-content;
  margin: 5px auto;
}

.custom-submit{    outline: 0px;
    border: 0px;
    width: 100%;}

.custom-btn:hover,.custom-btn:focus {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;

}
