﻿body {
  background-color: rgba(214, 208, 194, 0.15); }

#img-legenda {
  width: 50%;
  margin: 0 auto;
  margin-top: 100px;
  text-align: -webkit-center; }
  #img-legenda img {
    width: 100%;
    height: 100%; }

.panel-body {
  padding: 15px; }

#panel-login {
  width: 400px;
  margin: auto auto;
  text-align: center;
  margin-top: 30px;
  border-radius: 10px; }
  #panel-login .panel-body {
    height: 400px;
    padding: 0 15px 15px 15px; }

.header {
  display: block;
  height: 24%;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  text-align: center; }

.body {
  padding-top: 15px;
  display: block;
  height: 48%;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px; }

.footer {
  display: block;
  height: 10%; }

.title-login {
  font-size: 2.2em;
  font-family: sans-serif;
  font-style: normal;
  color: #384ea2;
  margin-top: 15px;
  margin-bottom: .5rem; }

.aviso-login {
  font-size: 0.9em;
  font-family: sans-serif;
  font-style: initial;
  color: #384ea2; }

.btn-entrar-login {
  background-color: #384ea2;
  border: 1px solid #384ea2;
  color: #FFF;
  width: 100px; }
  .btn-entrar-login:hover {
    background-color: rgba(56, 78, 162, 0.9);
    border: 1px solid #FFF;
    color: #FFF; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
  outline-offset: unset; }

.btn-outback {
  background: #fff;
  color: #fff; }
  .btn-outback.btn-entrar-login {
    border: 1px solid #384ea2;
    color: rgba(56, 78, 162, 0.9);
    width: 100px; }
    .btn-outback.btn-entrar-login:hover {
      background-color: rgba(56, 78, 162, 0.9);
      border: 1px solid #FFF;
      color: #FFF; }

/*
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.select2 {
    border: 0;
    border-bottom: 1px solid #cacaca;
    border-radius: 0;
    box-shadow: unset;

    &:focus {
        border-bottom: 2px solid #66afe9;
        box-shadow: unset;
    }
}
    */
