html,
body {
  min-height: 100vh;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer {
  display: none;
}
.home-text {
  max-width: 800px;
  padding: 0 20px;
  text-align: center;
}
.home-text p {
  margin-bottom: 0.6rem;
}
.form-signin {
  padding: 15px;
  margin: 0 auto;
  min-width: 330px;
  text-align: center;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 00;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ac {
  display: block;
  margin-top: 1rem;
  text-decoration: none;
}

.ac:hover {
  color: #e5bb16;
}
.btn {
  background-color: #ff5c00 !important;
  color: whitesmoke !important;
}
.btn:hover {
  background-color: white !important;
  color: #ff5c00 !important;
}
.home-mnm {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-mnm-content {
  max-width: 700px;
  text-align: justify;
}
.home-mnm-form button {
  margin: 1em auto;
  max-width: 150px;
}
.home-mnm-form label {
  margin: 1em;
}
.alert-light {
  color: #ff5c00 !important;
}
.home-footer {
  padding: 0 20px;
}