@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background: #003e65;
}

.login-block {
  background: #003e65;
  float: left;
  width: 100vw;
  padding: 50px 0;
  height: 100vh;
  display: flex;
  align-items: center;
}

.banner-sec {
  background: #FFF;
  border-radius: 0 4px 4px 0;
  padding: 0;
}

.container {
  background: #fff;
  border-radius: 6px;
  box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.2);
}

.carousel-inner {
  border-radius: 0 4px 4px 0;
}

.carousel-caption {
  text-align: left;
  left: 5%;
}

.carousel-item {}

.carousel-indicators li:hover {
  cursor: pointer
}

.login-sec {
  padding: 20px;
  position: relative;
}

.login-sec h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 16px;
  color: #003e65;
}

.login-sec h2:after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #a8935a;
  display: block;
  margin-top: 20px;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto
}

.login-form {
  position: relative
}

.login-form .loading {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: #FFF;
  background-image: url('../_img/5.gif');
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 150;
  display: none
}

.btn-primary {
  background: #003e65;
  border-color: #003e65;
  cursor: pointer
}

.btn-login i {
  margin-left: 5px;
  cursor: pointer
}

.form-group:last-child {
  margin: 0
}

@media (min-width: 992px) {
  .login-sec h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .login-sec {
    padding: 30px;
    position: relative;
  }
}

/* opção sem carousel */
.login-block.no-carousel .banner-sec {
  display: none
}

.login-block.no-carousel .login-sec {
  background: #fff;
  border-radius: 6px;
  box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.2);
}

.login-block.no-carousel .container {
  background: none;
  border-radius: 6px;
  box-shadow: none;
}

#fechar {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../_img/_liquido/icones/sair.png') right center no-repeat;
  padding-right: 30px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;

}

#idioma_login {
  z-index: 5;
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
}

#idioma_login .dropdown-item {
  padding: .25rem 1rem;
  cursor: pointer
}

#idioma_login .dropdown-item.active {
  background-color: #007bff;
}

#idioma_login img {
  width: 25px
}