﻿body {
  /*background-image: url('/img/bg.jpg');*/
  background-size: cover;
  background-position: center top;
  position: relative; }

/*.login__image-carousel--wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;

    .carousel {
        height: 100vh;
    }

    .carousel-inner {
        height: 100vh;
    }

    .carousel-item {
        height: 100vh;
    }

    img {
        width: 100vw;
        height: auto;

        @media (max-aspect-ratio: 16/9) {
            opacity: 1;
        }
    }
}*/
#cf {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  #cf img {
    animation-name: cf3FadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 40s;
    /*animation-direction: alternate;*/
    position: absolute;
    min-width: 100%;
    min-height: 100%; }

#cf img:nth-of-type(1) {
  animation-delay: 35s; }

#cf img:nth-of-type(2) {
  animation-delay: 30s; }

#cf img:nth-of-type(3) {
  animation-delay: 25s; }

#cf img:nth-of-type(4) {
  animation-delay: 20s; }

#cf img:nth-of-type(5) {
  animation-delay: 15s; }

#cf img:nth-of-type(6) {
  animation-delay: 10s; }

#cf img:nth-of-type(7) {
  animation-delay: 5s; }

#cf img:nth-of-type(8) {
  animation-delay: 0s; }

@keyframes cf3FadeInOut {
  0% {
    opacity: 1; }
  10% {
    opacity: 0; }
  20% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 0; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.login-col {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 100%;
  width: 374px;
  padding: 55px 20px;
  height: max-content;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto; }
  .login-col::-webkit-scrollbar-thumb {
    background-color: #999999; }
  .login-col .logo img {
    width: 90px;
    margin-bottom: 20px; }
  .login-col h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 12px; }
  .login-col form {
    margin-top: 90px; }
    .login-col form .form-control {
      margin-bottom: 20px;
      height: calc(2.5em + 1rem + 2px);
      border: none;
      font-size: 14px;
      border-radius: 2px; }
    .login-col form > a {
      font-weight: 700;
      font-style: normal;
      font-size: 14px;
      text-decoration: underline; }
  .login-col .checkbox {
    margin-bottom: 15px; }
    .login-col .checkbox label {
      font-weight: 400;
      font-style: normal;
      font-size: 14px;
      color: #000000;
      padding-bottom: 4px;
      padding-top: 2px; }
      .login-col .checkbox label:before {
        border: solid 1px #fff;
        background-color: #fff; }
  .login-col .btn {
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 0;
    padding: 12px;
    margin-bottom: 15px; }

.title h1 {
  font-style: normal;
  font-size: 60px;
  line-height: 48px;
  font-family: 'Asap', sans-serif;
  font-weight: 700;
  color: #004A5D; }
  .title h1 span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #999999;
    letter-spacing: -0.045em; }

.validation-summary-valid {
  display: none; }

.validation-summary-errors {
  display: block;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: relative;
  padding: 10px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .validation-summary-errors ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 30px; }
