:root {
  --mf-blue: #15acc2;
  --mf-blue-active: #087585;
  --mf-blue-soft: #daf1f6;
  --mf-blue-soft-active: #b7e6f1;
  --mf-white: #ffffff;
  --mf-font-color: #202020;
  --mf-grey: #e1e1e1;
  --mf-radius: 0.375rem;
  --mf-body-bg-color: #f4f4f4;
}

body {
  background: linear-gradient(to right, var(--mf-blue), #abe1e8);
  font-family: "Alexandria", sans-serif;
}

body, p {
  color: var(--mf-white);
}

h1 {
  font-weight: 700;
}

.login-panel {
  width: 1000px;
  margin: 0 auto;
}
.login-panel h1, .login-panel h2 {
  color: var(--mf-white);
}

.mf-content {
  text-align: center;
}
.mf-content h2 {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 30px;
}
.mf-content p {
  font-size: 1rem;
  margin-bottom: 5px;
}
.mf-content .mf-logo {
  padding-bottom: 30px;
}
.mf-content .mf-logo img {
  width: 20%;
}

.login-form {
  width: 350px;
}
.login-form .form-group {
  padding-bottom: 30px;
}
.login-form .form-group label {
  padding-bottom: 7px;
}
.login-form .form-group:last-of-type {
  padding-bottom: 0;
}
.login-form .btn.mf-button {
  background-color: var(--mf-blue);
  border: 0;
}
.login-form .btn-check:checked + .btn, .login-form .btn.active, .login-form .btn.show, .login-form .btn:first-child:active, .login-form :not(.btn-check) + .btn:active, .login-form .btn:hover {
  background-color: var(--mf-blue-active);
}
.login-form .btn-forgot {
  color: var(--mf-white);
}
.login-form input[type=text], .login-form input[type=password], .login-form .form-control {
  font-weight: 300;
  font-size: 1rem;
}

.mf-brouser {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .login-panel {
    width: auto;
    padding: 0 20px;
  }
  .mf-content .mf-logo img {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) {
  body {
    padding: 30px 0;
  }
  .mf-content h2 {
    font-size: 1.2rem;
  }
  .vh-100 {
    height: auto !important;
  }
  .mf-brouser {
    display: none;
  }
  .login-form h1 {
    text-align: center;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .mf-content h2 {
    font-size: 1rem;
    line-height: 1.2rem;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=login.css.map */
