body {
  background-color: #F4FAFF;
}

/* Estilos da caixa central */

.login-box {
  background-color: white;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.modal-box {
  background-color: white;
  border-radius: 10px;
}
@media (min-width: 992px) /* lg */ {.login-box {margin: auto; margin-bottom: 50px}}

.login-box-header{
  background-color: #083d77;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 20px;
}
.ads-box-header{
  background-color: #083d77;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ads-box-header h5{
  padding-top: 3px;
  color: white;
  font-size: 0.85rem;

}

/* Estilos da div que segura o conteúdo */
.center {
  margin: auto;
  padding-top: 20px;
  width: 85%;
}

/* Estilos do form */

label {
  font-weight: bold;
  padding-bottom: 5px;
}

#CheckText {
  font-weight: normal;
  font-size: small;
  padding-bottom: 5px;
}

/* Estilos de texto e headings */



h6-login{
color: #696969;
font-size: small;
padding-top: 5px;
}

a {
  color: #0f79bb;
}

/* aqui eu substituo o estilo dos botões primary para a cor de escolha (ao inves do azul do primary) */
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited{
background-color: #083d77 !important;
border-color: #083d77 !important;
}

.action {
font-weight: bold;
font-size: large;
width: 50%;
position:relative;
/*left: 25%;*/
margin: 15px;
}


.back_link{
  position: absolute;
  top: 70px;
  left: 25px;
}
.back_link>a {color: #083D77;   transition: color 0.1s ease-out; }
.back_link>a:hover {color: #0F60C4; transition: color 0.1s ease-in;}