@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRubik:300,300i,400,400i,500");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap");
html, body {
 }

body {
  background: #135d84 url(../images/bg72.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; 
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h4, h6 {
  font-family: "Lato",sans-serif;
  font-weight: 400; }

p, a, div, button, input, textarea, table, td, tr {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400; }

.branding {
  margin-top: 20px;
  margin-bottom: 30px; }

.cover {
  background-color: #1f9bde;
  background-image: linear-gradient(to bottom right, #1f9bde, black);
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%; }

.login-container {
  display: inline-block;
  background: rgba(255, 255, 255, 0.95);
  width: 95%;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-top: 50px;
  padding: 10px 20px 25px;
  max-width: 350px;
  margin-bottom: 40px;
}
  @media all and (max-width: 767px) {
    .login-container {  } }
  @media all and (min-width: 440px) {
    .login-container {  } }
  @media all and (min-width: 992px) {
    .login-container {
      max-width: 350px;
      width: 90%;
      -webkit-border-radius: 0px;
      -ms-border-radius: 0px;
      border-radius: 0px;
      margin-top: 0;
      padding-top: 20px; }
  }
  @media all and (min-width: 1200px) {
    .login-container { width: 85%; }
  }

.btn-entrar {
  background: #2baa4e;
  border-color: #2baa4e;
  color: white;
  width: 100%;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  font-weight: bold;
}
  .btn-entrar:hover {
    background: #165929;
    border-color: #165929;
    color: white; }

.btn-cancelar {
  background: #318285;
  border: 1px solid #318285;
  color: white;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

  .btn-cancelar:hover {
    background: #165929;
    border-color: #165929;
    color: white; }


.recuperar-password-container {
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 10px; }
  .recuperar-password-container span {
    font-size: 12px; }

.legales {
  font-size: 13px; }

a {
  color: #2baa4e;
  -webkit-transition: color 0.5s;
  -ms-transition: color 0.5s;
  transition: color 0.5s; }
  a:hover {
    color: #0c3016; }

hr {
  border-top: 1px solid #d8d8d8;
}

/* ACCESO POR PROVEEDORES EXTERNOS */
#externalauthenticationproviders {
  padding-bottom: 0px; }
  #externalauthenticationproviders ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  #externalauthenticationproviders li {
    display: inline-block;
    margin: 5px; }

.btn-linkedin {
  background: #0e76a8;
  border-color: #0e76a8;
  color: white;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-linkedin:hover {
    background: #06344a;
    border-color: #06344a;
    color: white; }

.btn-facebook {
  background: #3b5998;
  border-color: #3b5998;
  color: white;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-facebook:hover {
    background: #1e2e4f;
    border-color: #1e2e4f;
    color: white; }

.btn-twitter {
  background: #00acee;
  border-color: #00acee;
  color: white;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-twitter:hover {
    background: #006288;
    border-color: #006288;
    color: white; }

.btn-google {
  background: #db4a39;
  border-color: #db4a39;
  color: white;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-google:hover {
    background: #93271b;
    border-color: #93271b;
    color: white; }

.btn-windows {
  background: #00aef0;
  border-color: #00aef0;
  color: white;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-windows:hover {
    background: #00648a;
    border-color: #00648a;
    color: white; }

input.form-control {
  border: none;
  border-bottom: 1px solid rgba(31, 155, 222, 0.3);
  box-shadow: none;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.text-danger.validation-summary-errors ul {
  background: rgba(228, 64, 38, 0.2);
  border: 1px solid rgba(228, 64, 38, 0.4);
  list-style: none;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
.text-danger.validation-summary-errors li {
  color: #e44026;
  display: block;
  text-align: center;
  font-size: 11px;
  padding: 2px 0; }

.field-validation-error {
  background: #f8be15;
  font-size: 12px; }

.texto-inicio {

  top: 20px;
  text-align: center;
}

.titulo-login {
  display: block;
  color: white;
  margin-bottom: 30px;
}

@media all and (min-width: 992px){

.texto-inicio {
  position: absolute;
  top: 20px;
  text-align: center;
}

  .texto-inicio {
    top: 28vh;
    text-align: left;
  }
  .titulo-login {
    margin-top: 20px;
    font-size: 56px;
  }
}

.obten-tu-cuenta {
  background: #fabf12;
  border: 2px solid #fabf12;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.5s;
}
.obten-tu-cuenta:hover{
  text-decoration: none;
  background: #e64026;
  border: 2px solid white;
  color: white;
}
/*# sourceMappingURL=style.css.map */


.validation-summary-errors ul {
    list-style-type: none;
    padding-left: 0px;
}

.validation-summary-errors ul li {
        color: red;
        font-weight: bold;
}


/*Color personalizado para header de modales*/
.modal-header-primary {
    background-color: #007bff;
    color: white;
}

.fa-modal {
    font-size: 4em !important;
}

.mr-03 {
    margin-right: 0.3em;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2.5em;
}

.ml-1 {
    margin-left: 1em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2.5em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2.5em;
}