/**
 * Estilos de las páginas para abrir sesión y recuperar contraseña.
 *
 */

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-auth {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-auth_forgot {
  max-width: 350px;
  padding-left: 5px;
  padding-right: 5px;
}
.form-auth .form-auth-heading,
.form-auth .alert {
  margin-bottom: 10px;
}
.form-auth .form-group {
  margin-bottom: 0px;
}
.form-auth .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-auth .form-control:focus {
  z-index: 2;
}
.form-auth_signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-auth_signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-auth_signin input[type="password"],
.form-auth_forgot input[type="text"] {
  margin-bottom: 10px;
}

.btn-group-vertical {
  width: 100%;
}

/* Legacy & Blame IE */
.no-placeholder .form-auth .form-group,
.ie10 .form-auth .form-group,
.ie11 .form-auth .form-group {
  margin-bottom: 10px;
}
.no-placeholder .form-auth label,
.ie10 .form-auth label,
.ie11 .form-auth label {
  color: #9e9e9e;
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
  clip: inherit;
  border: 0;
}
.no-placeholder .form-auth .form-control,
.ie10 .form-auth .form-control,
.ie11 .form-auth .form-control {
  padding-top: 0px;
}