@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@200;300;400;500;600;700&display=swap");
body {
    font-family: "Bricolage Grotesque", sans-serif;
}

.login-page, .body-container {
  height: 100vh;
  overflow-y: auto;
}

.hero-block {
  display: flex;
  align-items: center;
}

.copyright-block, .login-left-block .block-wrapper, .login-left-block, .login-form-wrapper {
  display: flex;
  flex-direction: column;
}

.login-left-block, .login-form-wrapper {
  align-items: center;
}

.login-left-block, .login-form-wrapper {
  justify-content: center;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}

.body-container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .body-container {
    max-width: 100%;
  }
}

.navbar {
  display: none;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.login-page {
  position: relative;
  isolation: isolate;
}
    .login-page::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg-full.png) no-repeat left center fixed;
        background-size: cover;
        background-position: center center;
        z-index: -1;
    }

.login-page-wrapper {
  display: grid;
  height: 100%;
  grid-template-columns: auto 637px;
}
@media (max-width: 1200px) {
  .login-page-wrapper {
    grid-template-columns: 1fr 50%;
  }
}
@media (max-width: 768px) {
  .login-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.login-form-wrapper {
  background-color: #f0f2f7;
}
@media (max-width: 768px) {
  .login-form-wrapper {
    margin: 0 auto;
    max-width: 412px;
    width: 100%;
    border-radius: 3px;
    padding: 16px;
  }
}

.login-form-body {
  max-width: 378px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1200px) {
  .login-form-body {
    padding: 26px;
  }
}
@media (max-width: 1200px) {
  .login-form-body {
    padding: 0px;
  }
}
.login-form-body h4 {
    font-size: 20px;
    line-height: 29px;
    color: #342325;
    font-weight: 500;
    font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 768px) {
  .login-form-body h4 {
    margin-bottom: 24px;
  }
}
.login-form-body .form-control-wrap {
  position: relative;
}
.login-form-body .form-control-wrap .form-control {
  padding-right: 40px;
}
.login-form-body .password-visibility {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: none;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5px;
  padding: 0;
  border: none;
  color: #586587;
}
.login-form-body .password-visibility:focus, .login-form-body .password-visibility:focus-visible {
  outline: none;
}
.login-form-body .password-visibility svg {
  width: 18px;
  height: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.login-form-body .form-control {
  border-color: #9D999A;
  height: 40px;
  width: 100%;
  padding: 12px 14px 12px 14px;
  font-size: 12px;
  line-height: 12px;
}
    .login-form-body .form-control:focus {
        border-color: #E42226;
        box-shadow: none;
    }
.login-form-body .form-control::-moz-placeholder {
  color: #9d99a7;
}
.login-form-body .form-control::placeholder {
  color: #9d99a7;
}
.login-form-body .btn {
  margin-top: 8px;
}
.login-form-body label {
  font-size: 14px;
  line-height: 16px;
  color: #586587;
  font-weight: 500;
  margin-bottom: 3px;
}

.login-left-block {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 80px 60px;
}
@media (max-width: 1200px) {
  .login-left-block {
    padding: 48px 0 48px 48px;
  }
}
@media (max-width: 768px) {
  .login-left-block {
    padding: 16px 0 16px 0;
    align-items: center;
  }
}
.login-left-block .block-wrapper {
  height: calc(50% + 30px);
  justify-content: space-between;
}
.login-left-block .copyright-block {
  position: relative;
  bottom: initial;
  left: inherit;
}
@media (max-width: 768px) {
  .login-left-block .copyright-block {
    display: none;
  }
}

.hero-block .logo-main img {
  width: 114px;
  max-height: 62px;
}
@media (max-width: 768px) {
  .hero-block .logo-main img {
    max-width: 54px;
    width: 54px;
    max-height: 32px;
    height: 32px;
  }
}
.hero-block .logo-caption img {
  max-width: 206px;
  width: 206px;
  max-height: 56px;
  height: 56px;
}
@media (max-width: 768px) {
  .hero-block .logo-caption img {
    max-width: 116px;
    width: 116px;
    max-height: 28px;
    height: 28px;
  }
}
.hero-block .divider {
  width: 1px;
  background: #FFF;
  height: 100%;
  display: block;
  margin: 0 12px;
}

.btn.btn-primary {
    border-color: #E42226;
    background-color: #E42226;
    font-weight: 500;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  box-shadow: 0 0.4px 2.2px rgba(0, 0, 0, 0.053), 0 0.9px 5.3px rgba(0, 0, 0, 0.077), 0 1.8px 10px rgba(0, 0, 0, 0.095), 0 3.1px 17.9px rgba(0, 0, 0, 0.113), 0 5.8px 33.4px rgba(0, 0, 0, 0.137), 0 14px 80px rgba(0, 0, 0, 0.19);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E42226;
    border-color: #E42226;
    box-shadow: 0 0.4px 2.2px rgba(0, 0, 0, 0.053), 0 0.9px 5.3px rgba(0, 0, 0, 0.077), 0 1.8px 10px rgba(0, 0, 0, 0.095), 0 3.1px 17.9px rgba(0, 0, 0, 0.113), 0 5.8px 33.4px rgba(0, 0, 0, 0.137), 0 14px 80px rgba(0, 0, 0, 0.19);
}

.login-footer {
  color: #342325;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  padding-top: 8px;
}
    .login-footer a {
        color: #E42226;
        text-decoration: underline;
    }
.login-footer a:hover {
  text-decoration: none;
}

.copyright-block {
  position: absolute;
  bottom: 80px;
  left: 80px;
}
.copyright-block.mobile {
  display: none;
}
@media (max-width: 768px) {
  .copyright-block.mobile {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .copyright-block {
    position: relative;
    bottom: inherit;
    left: inherit;
    align-items: center;
    padding-top: 16px;
  }
}
.copyright-block .ft-logo {
  /*background: #FFF;*/
  border-radius: 6px;
  padding: 10px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .copyright-block .ft-logo {
    padding: 4px;
  }
}
.copyright-block .ft-logo img {
  width: 276px;
  max-width: 276px;
  height: 86px;
  max-height: 86px;
  margin: auto;
}
@media (max-width: 768px) {
  .copyright-block .ft-logo img {
    width: 200px;
    max-width: 200px;
    height: 60px;
    max-height: 60px;
  }
}
.copyright-block .copyright-text {
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  font-weight: 400;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .copyright-block .copyright-text {
    margin-left: 8px;
    font-size: 10px;
    line-height: 12px;
  }
}

.forgot-button {
    color: #E42226;
    text-decoration: underline;
    margin-right: auto;
    background: none;
    outline: none;
    border: none;
    padding: 0px;
    font-size: 12px;
}
.forgot-button:hover {
  text-decoration: none;
}
.forgot-button:focus, .forgot-button:focus-visible {
  outline: none;
}

.login-error-block {
  width: 100%;
  padding: 6px 10px;
  cursor: default;
  margin-bottom: 16px;
  background-color: #fff6f6;
  border: solid 1px #ff0000;
  border-radius: 4px;
  font-size: 12px;
  color: #eb5757;
}/*# sourceMappingURL=site.css.map */