/* ========================================SCREEN LOGIN STYLES=================================== */
.bg-body-autocatacoes {
  background: #151824;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
}

.container-autocatacoes {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 15px 0 0 15px !important;
}

.container-autocatacoes-right {
  margin: 0 !important;
  padding: 2rem;
  padding-bottom: 5rem;
  border-radius: 0 15px 15px 0 !important;
  background-image: url(../images/bg-login.png);
  background-size: cover;
  background-position: center;
}

.container-autocatacoes-right > h4 {
  font-weight: 400;
  font-size: 30px;
}

.container-autocatacoes-right > h1 {
  font-weight: 800;
  font-size: 50px;
}

.container-autocatacoes-right > h1 > span {
  border-bottom: 7px solid #007bc4;
}

.login-autocotacoes {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-radius: 0;
}

.form-input-style {
  background: #eff0f1 !important;
  border-radius: 50px;
  padding: 11px 20px;
  border: none !important;
}

.btn-autocotacoes {
  background: #007bc4;
  color: #fff;
  width: 60%;
  border: none;
  padding: 11px 0;
  border-radius: 50px;
}

#customCheck1 {
  background: #eff0f1;
  border: none !important;
}

#customCheck1 ~ label {
  font-size: 15px;
}

#esquecer-senha {
  font-size: 15px;
}
