/*COLORS*/
/*ALIGN*/
/*FONT WEIGHT*/
/*PADDING*/
/*FONT-SIZE*/
body {
  font-family: "Rubik", sans-serif;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.col-slogan .slogan {
  position: absolute;
  z-index: 9999;
  bottom: 11%;
}
.col-slogan p {
  color: white;
  padding-top: 1rem;
  font-weight: 100;
  font-size: 1.2rem;
}

.login-col {
  background-color: #1e5881;
  background-image: url("/resources/assets/img/Gears.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 90% 40%;
  display: flex;
  align-items: center;
}
.login-col .login-info h1 {
  color: white;
  font-size: 3.1rem;
  margin: 0;
}
.login-col .login-info p {
  color: #1e80b8;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
.login-col .login-form .error {
  background-color: #eb3b5a;
  color: white !important;
  font-size: 1rem !important;
  border-radius: 5px;
}
.login-col .login-form .error p {
  padding: 15px 20px;
}
.login-col .login-form .error p span {
  font-weight: 100;
}
.login-col .login-form label,
.login-col .login-form a {
  color: white;
}
.login-col .login-form a {
  display: block;
  padding-top: 1rem;
}
.login-col .login-form select {
  background-image: url("/resources/assets/img/arrow white.png");
  background-repeat: no-repeat;
  background-position: 97% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: unset;
}
.login-col .login-form .btn-login {
  color: #1c3b55;
  background-color: #1e80b8;
  font-weight: 500;
  padding: 3px 10px;
  width: 155px;
}
.login-col .login-form .form-control {
  color: white;
  background-color: #1c3b55;
  border: none;
}

/*RESPONSIVE*/
@media only screen and (min-width: 576px) {
  .login-col {
    padding-left: 3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .login-col .login-form .col-error {
    padding-right: 0.25rem;
  }
}
/*ANIMATION LOADER*/
.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

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