.modal-dialog {
    max-width: 420px !important;
    /* height: 100vh; */
    margin: 16.5% auto 0;
}
.form-form .form-container {
  align-items: center;
  display: flex;
  flex-grow: 1;
  width: 100%;
  min-height: 106%;
}
.titu1,.titu3{
  font-size: 30px !important;
  font-weight: bold !important;
  color:#000 !important;
  display:inline-block;
}
.titu3{
  color:#f38804 !important;
}
.titu2{

  color:#aeaeae !important;
}
.color{
  color:#fff !important;
  font-size:13px !important;
}
.btn-primary {
  width: 50% !important;
  color: #fff !important;
  background-color:#0075c8 !important;
  border-color: #0075c8 !important;
  box-shadow: 0 10px 20px -10px #6173c7;
}
.form-container{
  display:flex;
  height: 95% !important;
  
}
.form-content{
  background: #fff0 !important;
  border: 0px solid #46548b69 !important;
  box-shadow: none !important;
  text-align: left !important;
}
.maxhei{
  min-height: 70% !important;
}


.img1{
  width: 90px !important;
  height: 90px !important;
  text-align: center;
  box-shadow: 0 0 0 0;
}
.imgprin{
  width: 90px !important;
  height: 90px !important;
  margin: 25px 25px !important;
}
.imgprin2{
  margin-top: -7px;
  width: 100% !important;
  height: 85% !important;
}
.field-wrapper{
  text-align: center;
}
.signup-link {
  text-align:right !important;
  margin-top:10px !important;
  
  font-style: italic  !important;
}
.signup-link a,.texto{
  color: #ccc !important;
  border-bottom:none !important;

}
.form{
  margin-top:-10px !important;
}

.field-wrapper.input{
  padding:0px !important;
}
.field-wrapper svg.feather-user, .field-wrapper svg.feather-lock {
  top: 41px !important;
}

input[type="checkbox"]:checked + label:after {
  content: "";
  width: 12px;
  height: 6px;
  border: 4px solid #ccc;
  float: left;
  margin-left: -1.75em;
  border-right: 0;
  border-top: 0;
  margin-top: 0.4em;
  transform: rotate(-55deg);
}

input[type="checkbox"] + label:before {
  content: "";
  width: 18px;
  height: 18px;
  float: left;
  margin: 0em 0.5em 0 0;
  border: 2px solid #ccc;
  background: #fff;
}

input[type="checkbox"]:checked + label:before {
  border-color: #ccc;
}

input[type="checkbox"] {
  display: none;
}
.negrita{
  font-weight:bold;
}
.div-cuadros{
  width: 100% !important;
  display: grid;
  margin: 50px auto 0px;
  grid-template-columns: repeat(11, 1fr);
  grid-gap:5px;
  grid-template-areas:
      ". ser1 ser1 ser1 ser2 ser2 ser2 ser3 ser3 ser3 ."
      ". ser4 ser4 ser4 ser5 ser5 ser5 ser6 ser6 ser6 .";
}
.max{
    max-width: 1000px !important;
  }
  .max2{
    height: 80vh !important;
  }
  .responsive,.responsive1,.responsive3,.responsive4{
    display:none;
  }
  body.swal2-height-auto{
    height: 100vh !important;
  }
  @media (max-width: 1500px){
    /*.imgprin2{
      margin-top:-65px;
      width: 100% !important;
      height: 95% !important;
    }*/
    .max2{
      height: 92vh !important;
    }
    .imgprin2{
      margin-top:0px;
      width: 100% !important;
      height: 82% !important;
    }
    .footer-wrapper {
      margin-top: 25px;
      padding: 10px 30px 10px 31px !important;
    }
    .maxhei {
        min-height: 90% !important;
    }
    .form-container {
      height: 90% !important;
    }
  }
  @media (max-width: 800px){
    .oculto{
      display:none;
    }

  }
  @media (max-width: 500px){
    .modal-dialog {
                margin: 50% auto 0;
            }
            .modal-content{
                width: 90% !important;
                margin: 0 auto;
            }
    .footer-wrapper {
      margin-top: 90px;
    }
    .titu1,.titu3{
      font-size: 25px !important;
      margin-bottom: 50px;
    }
    .titu2{
      display: none;
    }
    .form-content{
      width: 100% !important;
      margin: 0 auto !important;
      text-align: center !important;
    }
    .imgprin2{
      display:none;
    }
    .responsive2{
      display:none;
    }
    .max2 {
      height: 74vh !important;
    }
    .responsive1,.responsive3,.responsive4{
      display: block !important;
    }
    .outer{
      display: block !important;
      height:86% !important;
    }
    .form {
      margin-top: -25px !important;
    }

    .imgprin{
      width: 60px !important;
      height: 60px !important;
      
    }
    .div-logo{
      width: 100%;
      background: #f08900;
      padding: 14px 0px !important;
      height: 110px;
      display: flex;
    }
    .div-logo2{
      direction: ltr;
      display: flex;
      justify-content: flex-end;
      width: 70%;
      margin-top: 25px;
      height: 110px;
      align-items: center;
      align-self: center;
    }
    .imgavatar{
      width: 30px !important;
      height: 30px !important;
      margin-right:5px;
    }
    .imgmenu{
      width: 25px !important;
      height: 25px !important;
    }
  }