  html,
  body {
    font-family: Roboto;
    font-size:22px;
  }
  
  
  label {		
    cursor:default;
    margin: 20px 5px 5px 5px;
    color:#3B693C;
  }
  
  .hidden {
    display: none;
  }

  label {
    margin-bottom: 10px;
    display: block;
  }
/* PARA PANTALLAS IGUAL O MENORES A 720 CEULARES */
      @media only screen and (max-width : 1080px) {
    
        html,
        body {
          font-family: Roboto;
          font-size: 22px; 
          background: url(https://drive.google.com/uc?export=download&id=1xH_8MZnpbU11n4KoOfoUBkBGUg9bv2Da);
		      background-repeat: no-repeat;
          background-size: auto 100%;
	        background-position: center top;
          background-attachment: fixed;
         }
        label {		
          cursor:default;
          margin: 20px 0px 0px 0px;
          color:#3B693C;
		    }
        
      }
    
      /* PARA PANTALLAS MAYOR A 1200 */
      @media only screen and (min-width : 1080px) {
    
        html,
        body {
          font-family: Roboto;
          font-size: 15px;
          background: url(https://drive.google.com/uc?export=download&id=1ziYabcrINFb7BMZnnnJIh0orBkjKfPN5);
          background-repeat: no-repeat;
          background-size: 100% auto;
          background-position: center top;
          background-attachment: fixed;
        }
      }
      
  .myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: .1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    max-width: 1200px;
    }
    
  .box {
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgb(221, 221, 221, .5);
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
    padding-bottom: .4rem;
    padding-top: .4rem;
    display: "inline-block";
    margin: 0;
    }
    
  
  .box2 {
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: rgba(59,105,60, .6);
    border-top-left-radius: .4rem;
    border-top-right-radius: .4rem;
    padding-bottom: 0rem;
    padding-top: 0rem;
    display: "inline-block";
    /*margin: 0;*/
    font-size: 20px; 
    text-align: center;
    font-weight: bold;
  }
  
  .box3 {
    /*border: 1px solid rgba(59,105,60, .6);
    background-color: rgba(0, 0, 0, .2);
    border-radius:  .4rem;
    padding: .2rem;

    text-align: center;*/
    width: 95%;
    max-width: 1200px;
  }
  
  .text { 
    text-align: center;
    color: #3B693C; 
    font-weight: bold;
    
  } 
  
  .red { 
    text-align: center;
    color: RED; 
    font-weight: bold;    
  } 
  
  .text2 { 
    text-align: center;
    color: #3B693C; 
    font-size: 1rem; 
    font-weight: bold;
  }
  
  .btn-sample{
    text-align: center;
    vertical-align: middle;
    padding-right: 10px;
    padding: 5px 10px;
    background: #3B693C;
    color:#fff;
    border:0px solid #fff;
    white-space:normal;
  }
   
  .btn-sample:hover{
    color:#fff;
    background: #6EAD3B;
  }
  
  .card {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
  }
  
  .btnhome {
     color: #3B693C !important;
     font-size: 15px;
     font-weight: bold;
  }
  .btnnew{
     background: #6EAD3B !important;
     color: #fff;
     font-weight: bold;
     border-radius: .3rem;
  }
  
  .fa-ban {
    color: red;
  }
  
  .error{
    color: red;
  }
  
  .fa-check {
    color: green;
  }
