/*PAGINA LOGIN*/
body#login {
  height: auto;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #fefefe;
  background-image: url("../images/bg-login.jpg");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 1200px !important;
  color: #ffffff !important;
  text-align: center !important; }

#login .logo {
  padding: 30px 0 120px;
  font-size: 1em;
  text-align: center; }

body#login input {
  height: 42px;
  border: none;
  text-alig: center !important;
  color: #004984 !important;
  background-color: #5696b4;
  margin: 10px 5px; }

body#login .btn-login {
  font-size: 1.2em;
  font-weight: normal;
  background-color: #004984; }

body#login .btn-login:hover {
  background-color: #024c77; }

body#login .form-control:-moz-placeholder {
  color: #ffffff !important; }

body#login .form-control::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1; }

body#login .form-control:-ms-input-placeholder {
  color: #ffffff !important; }

body#login .form-control::-webkit-input-placeholder {
  color: #ffffff !important; }

body#login .form-control.placeholder {
  color: #ffffff !important; }

body#login .form-control {
  color: #ffffff !important;
  font-size: 24px; }

/*# sourceMappingURL=login.css.map */
