* {
  padding: 0;
  margin: 0;
  
}


body{
  background: rgb(2,0,36);
  background: linear-gradient(191deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  background-repeat: no-repeat;
  background-size:contain;
  height: 750px;

}
.logoAsijemin{
  width: 40%;
  margin-bottom: 2em;

}
.card{
  margin-top: 20%;
  -webkit-box-shadow: -12px 13px 42px -14px rgba(74,74,74,1);
  -moz-box-shadow: -12px 13px 42px -14px rgba(74,74,74,1);
  box-shadow: -12px 13px 42px -14px rgba(74,74,74,1);
  margin-bottom: 80px;
}

#formulario #nombre,#cuil{
  border-radius: 5px;
  background-color: rgb(228, 228, 228);
  border:1px solid rgb(185, 184, 184);
  width: 180%;
  margin-left: -70px;
 
}

#formulario #label{
  font-family: Montserrat;
  font-weight: 100;
  background-color: rgb(216, 21, 128);
}


.input{
  margin-top: 1em;
  margin-bottom: 3rem;
  width: 70%;
}

.instru{
  padding: 2em 0;
  background-color: beige;
}

.formato{
   margin-bottom:5px;
}


.instrucciones{
  margin-bottom: 5px;
  
}

.botonera{
  margin-bottom: 2em;
}



@media  (orientation: landscape){
 
  
  .row{
    margin: 0;
  }
  
  .card{
    margin-top: 20%;
    -webkit-box-shadow: -12px 13px 42px -14px rgba(74,74,74,1);
    -moz-box-shadow: -12px 13px 42px -14px rgba(74,74,74,1);
    box-shadow: -12px 13px 42px -14px rgba(74,74,74,1);
    margin-bottom: 80px;
  }
  
  .logoAsijemin{
    width: 40%;
    margin-bottom: 2em;
  
  }
  
  .input{
    margin-top: 1em;
    margin-bottom: 3rem;
    width: 70%;
  }
  
  .instru{
    padding: 2em 0;
    background-color: beige;
  }
  
  .formato{
     margin-bottom:5px;
  }
  
  
  .instrucciones{
    margin-bottom: 5px;
    
  }
  
  .botonera{
    margin-bottom: 2em;
  }
  
  .error{
    font-family: Montserrat;
    font-weight: 500;
    color: rgb(209, 24, 24);
    font-size: 50px;
  }
  
  .btn-enviar{
    background-color: #157347;
    color: white;
    padding: 10px 2rem;
    border: none;
    border-radius: 10px;
  }
  
  .btn-enviar:hover{
    background-color: #1ea566;
  }
  #formulario{
    margin-top: 2rem;
  }
  #formulario #nombre,#cuil{
    border-radius: 5px;
    background-color: rgb(228, 228, 228);
    border:1px solid rgb(185, 184, 184);
    width: 180%;
    margin-left: -70px;
   
  }
  
  #formulario #label{
    font-family: Montserrat;
    font-weight: 100;
  }
  
  /* #cuil{
    margin-left: 28px;
  } */
  
  #formulario textarea{
    width: 180%;
    margin-left: -70px;
    height:8rem;
   
  }
  
}



 @media  (orientation: portrait) {

  body{
    background: rgb(2,0,36);
    background: linear-gradient(191deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background-repeat: no-repeat;
    background-size:contain;
    height: 1000px;
  
  }


  .btn-enviar{
    background-color: #157347;
    color: white;
    padding: 10px 2rem;
    border: none;
    border-radius: 10px;
  }
  
  .btn-enviar:hover{
    background-color: #1ea566;
  }
  #formulario{
    margin-top: 2rem;
  }
  #formulario #nombre,#cuil{
    border-radius: 5px;
    background-color: rgb(228, 228, 228);
    border:1px solid rgb(185, 184, 184);
    /* width: 20rem; 
     align-items: center; */
   
  } 
   
  #formulario #label{
    font-family: Montserrat;
    font-weight: 100;
  }
  
  #cuil{
  
    width: 80%;
  }
  #formulario #nombre{
  
    width: 80%;
  } 

  #formulario textarea{
    width: 20rem;
    height:8rem;
   margin-left: -10px;
  }
} 


@media  (min-width: 300px) and (max-width: 399px) and (orientation: portrait) {

  body{
    background: rgb(2,0,36);
    background: linear-gradient(191deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    background-repeat: no-repeat;
    background-size:contain;
    height: 1000px;
  
  }


  .btn-enviar{
    background-color: #157347;
    color: white;
    padding: 10px 2rem;
    border: none;
    border-radius: 10px;
  }
  
  .btn-enviar:hover{
    background-color: #1ea566;
  }
  #formulario{
    margin-top: 2rem;
  }
  #formulario #nombre,#cuil{
    border-radius: 5px;
    background-color: rgb(228, 228, 228);
    border:1px solid rgb(185, 184, 184); 
    /* width: 20rem;
    align-items: center; */
   
  }
  
  #formulario #label{
    font-family: Montserrat;
    font-weight: 100;
  }
  
  #cuil{
    margin-left: -30px;
    width: 80%;
  }
  #formulario #nombre{
    display: inline-block;
    width: 80%;
  } 

  #formulario textarea{
    width: 12rem;
    height:7rem;
   margin-left: -10px;
  }
} 