input:-webkit-autofill::first-line {
  font-family: "Karla", sans-serif; 
  font-size: 22px;
}

body {
  font-family: "Karla", sans-serif;
  background-color: #e7e9f2;
  background-image: url("../images/macos.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh; }
  @media (max-width: 767px) {
    body {
      padding-top: 16px;
      padding-bottom: 16px; } }

.login-card {
  max-width: 550px;
  border-radius: 8px;
  border: 0;
  background-color: #fff; }
  @media (max-width: 767px) {
    .login-card {
      width: auto; } }
  .login-card .card-body {
    padding: 55px 55px 50px; }
  .login-card-title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: 13px; }
  .login-card-description {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px; }
  .login-card .form-control {
    border: 1px solid #f5f5f5;
    padding: 16px 18px;
    margin-bottom: 18px;
    border-radius: 0;
    min-height: 48px;
    font-size: 22px;
    font-weight: normal; }
    .login-card .form-control::-webkit-input-placeholder {
      color: #b0adad; }
    .login-card .form-control::-moz-placeholder {
      color: #b0adad; }
    .login-card .form-control:-ms-input-placeholder {
      color: #b0adad; }
    .login-card .form-control::-ms-input-placeholder {
      color: #b0adad; }
    .login-card .form-control::placeholder {
      color: #b0adad; }
  .login-card-check-box {
    padding-left: 34px; }
    @media (max-width: 767px) {
      .login-card-check-box {
        margin-bottom: 10px; } }
    .login-card-check-box .custom-control-label::before {
      width: 24px;
      height: 21px;
      border: solid 1px #f5f5f5;
      left: -34px;
      top: 0px; }
    .login-card-check-box .custom-control-label::after {
      left: -34px;
      width: 24px;
      height: 21px;
      top: 0; }
  .login-card .login-btn {
    padding: 13px 20px;
    background-color: #000;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 36px; }
    .login-card .login-btn:hover {
      border: 1px solid #000;
      background-color: #fff;
      color: #000; }
  .login-card-footer-text {
    font-size: 13px;
    color: #000;
    text-align: center;
    margin-bottom: 0; }

.form-options-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #000; }
  @media (max-width: 767px) {
    .form-options-wrapper {
      display: block; } }

.footer-content-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #919aa3;
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 576px) {
    .footer-content-wrapper {
      display: block;
      text-align: center; } }
  .footer-content-wrapper a {
    color: inherit;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .footer-content-wrapper a:hover {
      text-decoration: none;
      color: #000; }

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