@media screen and (max-width: 1500px) {
   
}

@media screen and (max-width: 1050px) {
    body {
        background-color: white !important;
    }

    .divForm {
        display: block !important;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        display: inline-block;
      }
    .divFormLogo{
        width: 125px;
        height: 125px;
        align-content: center;
        grid-column: 1 ;
    grid-row: auto;
    }
    #logoKF {
        width: 125px !important;
        height: 125px !important;
    }

    .divFormLogin {
        width: 100% !important;
    }
    .parentFormGroup {
        width: 80% !important; 
    }

    .d1.dFormReg{
    background-color: white;
}
}
body {
    background-color: #e2e2e2;
    margin: unset;
}
.dSalir2 {
    position: fixed;
    right: 4%;
    top: 2%;
    width: auto;
}

.dSalir2 a {
    cursor: pointer;
    color: black;
    font-size: 14px;
}

a.idioSelec {
    background: black;
    border-radius: 20px;
    padding: 2px 4px 5px 4px;
    color: white;
}
.divForm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100vh, auto);
    /* align-items: center; */
  }
  .divFormLogo {
    grid-column: 1;
    grid-row: auto;
    background-color: white;
  }
  #logoKF {
    margin: 0;
    margin-top: -22px;
    width: 250px;
}
  .divFormLogin {
    grid-column: 2/4 ;
    grid-row: auto;
    align-content: center;
  }
  
.divFormLogin h1,
.divFormLogin h3 {
    text-transform: uppercase;
    text-align: center;
}

h1 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

.parentFormGroup {
    align-items: center;
    background-color: white;
    width: 350px;
    margin: 50px auto;
    padding: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
}

.formGroup {
    margin-bottom: 2rem;
}

.formGroup input {
    border-radius: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #c7c7c7;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: .2s;
    font-size: 18px;
}

.formGroup input:focus {
    border-bottom: 1px solid black;
}

.formGroup.pass {
    text-align: right;
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: -10px;
}

a {
    color: rgb(64, 67, 95);
}

.divInformRegis {
    display: inherit;
    margin-top: 15px;
    padding: 0;
}

.d3 {
    width: 50%;
    position: relative;
    float: left;
    margin-top: 15px;
    padding: 0;
}

.d3 input[type="text"], .dSolicitud .d3 input[type="password"]:disabled, .dSolicitud .d3 input[type="number"]:disabled, .d3 input[type="date"]:disabled, .dSolicitud .d3 textarea:disabled, .dSolicitud .d3 select:disabled, .dSolicitud .d3 datalist:disabled {
    background: #fff;
    color: #000;
}

.d3 input[type="password"], .d3 input[type="number"], .d3 input[type="date"], .d3 textarea, .d3 select, .d3 datalist {
    width: 98%;
    height: 40px;
    font: 14px "Open Sans", Arial, sans-serif;
    margin: 5px 0 10px 0;
    color: #333;
    border: 1px solid #b1b1b1;
}

.d3 input[type="file"] {
    width: 100%;
}
