/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

html, body {
  height: 100%;
  font-family: 'Varela Round', sans-serif;
}

.body-login {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #efefef;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin h1 {
  margin-bottom: 30px !important
}
.form-signin a {
  margin: 20px;
  display: block;
}

.icono-login {
  max-width: 320px;
  max-height: 320px;
}

.navbar-dark .navbar-text {
  margin-bottom: 0px;
}

#idLoginForm_formularioUser_pass {
  margin: 10px 0px 10px 0px;
}

.row.navbar-fixed {
  margin-bottom: 40px;
}

/* LINKS */

a { color: #ef2e24; font-weight: bold; }

a:focus,
a:hover, a:active {
    color: #c5191f;
    text-decoration: none
}

/* BUTTONS */

.btn-primary {
  color:#fff;
	background-color:#293134;
  padding: 10px 15px;
  border: none;
}

.btn-primary:hover {
  color:#fff;
  background-color:#5a6268;
}

/* ERROR MESSAGES */
.msg_errores ul {
  list-style: none;
  padding-left: 0;
}
.msg_errores { color: #c00}
