h1 {
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  text-align: center;
}

.btn {
  padding: 1px 20px;
  font-size: 16px;
}

.checkbox label {
  display: flex;
  align-items: center;
}
.checkbox label input {
  margin-top: 0;
}
.checkbox label a {
  margin-left: 4px;
}

.form-bottom {
  margin-top: 40px;
  text-align: center;
}

.modal {
  background: rgba(87, 69, 69, 0.6);
}
.modal .modal-dialog {
  min-height: 100%;
  padding: 30px 0;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.modal .modal-dialog .modal-content {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}
.modal .modal-dialog .modal-content .modal-body .captcha {
  margin-top: 30px;
}
.modal .modal-dialog .modal-content .modal-footer .btn-primary {
  background-color: #59621d;
  border-color: transparent;
}
.modal .modal-dialog .modal-content .modal-footer .btn-primary:hover {
  background-color: #574545;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  background-image: url("../../../../images/login/bgr.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
main:before, main:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main:before {
  background-color: #000000;
  mix-blend-mode: color;
}
main:after {
  background-color: rgba(89, 98, 29, 0.6);
}
main section {
  position: relative;
  z-index: 1;
}

footer {
  margin-top: 0;
}
footer #footer-top,
footer #footer-middle {
  display: none;
}
footer #footer-bottom {
  background-color: #574545;
  color: white;
}
footer #footer-bottom a {
  color: white;
}

section {
  padding: 50px 0;
  margin: 0 auto;
}
section .container {
  position: relative;
}
section .container > a {
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: -5px;
  left: 15px;
  transform: translateY(-100%);
}
section .section-top {
  margin-bottom: 40px;
  text-align: center;
}
section .section-top img {
  height: 70px;
}
section .section-cont {
  max-width: 528px;
  margin: 0 auto;
  background-color: white;
}
section .section-cont .section-izda h1 {
  font-weight: 700;
}
section .section-cont .section-izda p {
  margin-bottom: 30px;
  line-height: 24px;
}
section .section-cont .section-dcha h1 {
  margin-bottom: 21px;
}
section .section-cont .section-dcha .form-esp .form-group {
  margin-bottom: 16px;
}
section .section-cont .section-dcha .form-middle {
  font-size: 12px;
  line-height: 16px;
}
section #login .section-cont {
  max-width: 928px;
}
section #login #password ~ .fa {
  position: absolute;
  right: 10px;
  top: calc(50% + 4px);
  transform: translateY(-50%);
}

@media (max-width: 992px) {
  section .section-cont .section-izda {
    margin-bottom: 60px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  section .section-cont {
    padding: 67px 50px;
  }
  section .section-cont .section-izda h1 {
    margin-bottom: 15px;
    font-size: 54px;
    line-height: 58px;
    text-align: left;
  }
  section .section-cont .section-dcha .form-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  section .section-cont {
    padding: 30px 20px;
  }
  section .section-cont .section-dcha .form-middle > div + div {
    margin-top: 20px;
    text-align: center;
  }
}/*# sourceMappingURL=admin.css.map */