.bg-login-image {
  background: url(/img/background-1.jpg);
  background-position: center;
  background-size: cover;
}
.modal-body .close {
  position: absolute;
  margin: 5px 6px 0 0;
  padding: 5px 8px;
  top: 0;
  right: 0;
}

.form-control {
	font-size: 1em !important;
}
form.user .btn-user {
	font-size: 1em;
}
.progress .progress-bar {
    animation-name: animateBar;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 3.5s;
}
@keyframes animateBar {
    0% {transform: translateX(-100%);}
    100% {transform: translateX(0);}
}

.loginLogo {
  max-width: 340px;
  margin-top: 100px;
}