.formulario{
  width: 480px;
  height: 110%;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding: 60px;
  
 }



#divLoading{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(254,254,255, .65);
  z-index: 9999;
  display: none;
}
#divLoading img{
  width: 50px;
  height: 50px;
}

/*Recuadro de fondo superior*/
.material-half-bg .cover {
  background-color: #a4a4a4;
  height: 50vh;
}


/*banner registro*/
.banner__registro {
  
   width: 480px;
   
}




.text-primary {
  color: #7d7d7d !important;
}

.text-important {
  color: red;
}

.requerid {
  color: red;
  font-size: 20px;
}

.estilotitulo {
  margin-top: 10px;
  margin-bottom: 1px;
  padding-bottom: 1px;
 
  text-align: center;
 
   font-size: 1.39375rem;
}
.estiloparrafo {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: justify;
 
   font-size: 0.80375rem;
}


.botonenviar {
  
  text-align: center;
 
   
}










.record-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
   height: auto;
}

.record-content .logo {
  margin-bottom: 40px;
  font-family: "Niconne";
  color: #fff;
}

.record-content .logo h1 {
  font-size: 52px;
  font-weight: 400;
}


/* Contenedor    */
.record-content .record-box {
  position: relative;
  min-width: 480px;
  min-height: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
/* revisar el margen */
   margin-top: -40px;
}



/* Texto de las etiquetas*/

.record-content .record-box label {
  color: #000000 ;
  font-weight: 700;
}