html,
body {
  height: 100%;
  background: #0a0c20;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  background: url(../img/login-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #47a060;
  text-decoration: underline;
}

a:hover {
  color: #3e9457;
}

.btn-primary {
  background: #47a060;
  border: 1px solid #47a060;
}

.btn-primary:hover,  
.btn-primary:focus
.btn-primary.focus {
  background: #3e9457;
  border: 1px solid #41995a;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #47a060;
  border: 1px solid #47a060;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #41995a;
  border-color: #41995a;
  box-shadow: 0 0 0 0.2rem #41995a50;
}

/* Top logos */

.top-bar-logos {
  margin: 40px 0 0 0;
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  padding: 0 30px;
}

.logo-aquila {
  width: 72px;
  height: 65px;
  background: url('../img/logo-aquila-color.svg');
  background-repeat: no-repeat;
  float: left;
  margin-right: 30px;
}

.logo-alula {
  position: relative;
  width: 65px;
  height: 65px;
  background: url('../img/logo-alula-gris.svg');
  background-repeat: no-repeat;
  float: left;
  margin-right: 30px;
  transition: .1s;
}

.logo-alula:hover {
  background: url('../img/logo-alula-color.svg');
  transition: .1s;
  top: -3px;
}

.logo-anteros {
  position: relative;
  width: 92px;
  height: 65px;
  background: url('../img/logo-anteros-gris.svg');
  background-repeat: no-repeat;
  float: left;
  transition: .1s;
}

.logo-anteros:hover {
  width: 92px;
  height: 65px;
  background: url('../img/logo-anteros-color.svg');
  background-repeat: no-repeat;
  float: left;
  transition: .1s;
  top: -3px;
}

.logo-imex {
  height: 32px;
}

.logo-imex-md {
  height: 40px;
  margin: auto;
  margin-bottom: 20px;
}

.logo-software-md {
  height: 50px !important;
  margin: auto;
  margin-bottom: 20px;
}

/* Logos mobile */

.logo-aquila-mobile {
  width: 60px;
  height: 50px;
  background: url('../img/logo-aquila-color.svg');
  background-repeat: no-repeat;
  float: left;
  margin: auto;
}

.logo-alula-mobile {
  position: relative;
  width: 50px;
  height: 50px;
  background: url('../img/logo-alula-gris.svg');
  background-repeat: no-repeat;
  float: left;
  transition: .1s;
}

.logo-anteros-mobile {
  position: relative;
  width: 70px;
  height: 50px;
  background: url('../img/logo-anteros-gris.svg');
  background-repeat: no-repeat;
  float: left;
  transition: .1s;
}


/* Form sigin */

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: 0;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #949297;
}

input.form-control {
  background: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid white;
  color: #949297;
}

input.form-control:focus {
  background: transparent;
  border-bottom: 2px solid #47a060;
  box-shadow: none;
  color: #ececec;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #1f233c inset !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #ececec !important;
}

input {
  filter: none;
}
/* Footer */
.footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  color: white;
  padding: 0 30px;
}

.footer p {
  font-size: .8rem;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}