@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

html,
body {
  margin: 0;
  padding: 0 !important;
  width: 100%;
  font-family: "Roboto", sans-serif;
  background: #F8F9FA;
  color: #000000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.source_sans_pro {
  font-family: "Source Sans Pro", sans-serif;
}

.monserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

.blanco {
  color: #FFFFFF;
}

.col-left {
  background: url(../images/login/background.png) top left;
  padding-right: 30% !important;
  padding-top: 0;
  border-radius: 0 80px 80px 0;
}

.vago {
  bottom:  0;
  right: 50px;
  max-height: 90%;
  z-index: 1;
}

.logo {
  top:  0;
  left: 0;
  max-width: 65%;
}

.voodoo {
  right: 0;
  bottom:  0;
  z-index: 10;
}

.form-control {
  height: 70px;
  outline: none !important;
  border: none !important;
  background: white !important;
  box-shadow: 0 2px 4px #DCE3EA !important;
  background-size: 20px !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
}

.form-control.correo {
  background-image: url('../images/login/correo.png') !important;
}

.form-control.clave {
  background-image: url('../images/login/clave.png') !important;
}

.form-control.error {
  border-color: #ff7672 !important;
  background-color: #ffc7c6 !important;
  color: red !important;
}

.form-control.error::placeholder {
  color: red !important;
}

label.error {
  position: absolute;
  top: 100%;
  right: 0;
  color: red !important;
  font-size: 11px;
}

.btn-azul {
  background-color: #3892FF;
  color: white !important;
  padding: 15px 60px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  border: none !important;
  font-weight: 500;
}

.btn-transparente {
  background-color: transparent !important;
  color: #484848 !important;
  border-radius: 30px !important;
  padding: 10px 25px;
  border: none !important;
  box-shadow: none !important;
  text-decoration: underline !important;
}

.modalProcesos .modal-dialog {
  width: 400px;
}

.modalProcesos .modal-content {
  height: 90px;
  border: 0;
  border-radius: 50px;
}

.procesando {
  bottom: 0;
  right: 0;
}

.contenedor-gracias {
  border: 1px dashed #707070;
  border-radius: 15px;
}

.codigo {
  border-radius: 30px;
  background: #F4F4F4;
  padding: 15px 40px;
}

.nota {
  color: #808080;
}

.btn-volver {
  position: absolute;
  bottom: 0;
  margin-bottom: -20px;
  right: 20px;
  background-image: url("../images/login/volver.png");
}

@media (max-width: 991px) {
  .view_lg {
    display: none;
  }

  .view_sm {
    display: block;
  }

  .campos-form-sm {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
  }

  .campos-form-sm .form-login-sm {
    position: absolute;
    bottom: 0;
    height: auto;
    overflow: hidden;
    background-color: white;
    width: 90%;
    right: 5%;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
