/* Cor para botoes com acao de submit */
/* Cor para botoes com acao simples (btVoltar, btCancelar..etc) */
/* Fonte default dos sistemas */
/* Cores dos textos do sistema */
body {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  overflow: hidden;
}
.form {
  padding: 0 30px;
}
.form h3 {
  text-align: center;
  color: #898989;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
}
.form hr {
  border-color: rgba(0, 0, 0, 0.09);
}
.form .input-error {
  border-color: #B94A48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form .input-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.box-login {
  width: 400px;
  padding: 30px 0;
  transition: margin 0.3s ease;
  margin-top: 10%;
  margin-left: 15%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}
.box-login .box-login-logo img {
  width: 350px;
  margin: 0 auto;
  display: block;
}
.box-login .box-login-form .form-control {
  margin: 5px 0;
  height: 40px !important;
}
.box-login .box-login-form .btn {
  margin: 20px 0;
  border-radius: 3px;
}
.box-login .box-login-form .btn-primary {
  background-color: #189ccf;
  border-color: #1795c6;
  background-image: none;
}
.box-login .box-login-form .btn-primary:hover {
  background-color: #1cade5;
}
.box-login .box-login-form .alert {
  margin-top: 10px;
  margin-bottom: 5px;
}
.box-login .box-login-form-link {
  text-align: center;
  color: #3B3B3B;
  line-height: 15px;
}
.box-login .box-login-form-link span {
  font-size: 11px;
}
.box-login .box-login-form-link a {
  color: #428BCA;
  font-weight: bold;
  font-size: 11px;
}
.box-login .box-login-form-link a:visited {
  color: #428BCA;
}
.box-login.box-login-cadastro {
  margin-top: 5%;
  transition: margin 0.3s ease;
}
.texto-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #949292;
  margin-right: 8px;
  margin-bottom: 40px;
  text-align: right;
  font-size: 11px;
}
.texto-footer p {
  margin: 2px 0;
}
.texto-footer img {
  background: url("../img/ativ/ativPeB.png") no-repeat 0px 1px;
  margin-bottom: -8px;
  margin-right: -5px;
  margin-top: 1px;
  background-size: 46px;
  width: 46px;
  height: 17px;
  float: left;
  margin-left: 341px;
}
.texto-footer a {
  margin-left: 4px;
  font-size: 11px;
  float: none;
  text-decoration: none;
  color: #1993A9;
}
.texto-footer a:hover {
  color: #74C7F1;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .texto-footer p {
    display: none;
  }
}
.footer {
  width: 100%;
  height: 38px;
  background-color: #1993A9;
  border-top: 1px solid #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .div-copy {
  position: relative;
  float: right;
}
.footer .lg-ativ {
  background-image: url(../img/ativ.png);
  height: 28px;
  width: 44px;
  background-size: 40px;
  background-repeat: no-repeat;
  float: left;
  margin-top: 9px;
}
.footer .copyr {
  float: left;
  margin-top: 10px;
  padding-left: 13px;
  padding-right: 8px;
  border-left: 1px solid #FFF;
  color: #FFF;
  font-size: 13px;
}
.footer .copyr a {
  text-decoration: none;
  color: #FFF;
}
