/* CSS - REGISTRO */

.grid1 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto;
  grid-auto-columns: auto;
}

.grid2 {
  display: grid;
  grid-template-columns: 60% 0%;
  grid-template-rows: auto;
  grid-auto-columns: auto;
}

.grid3 {
  display: grid;
  grid-template-columns: 60% 0%;
  grid-template-rows: auto;
  grid-auto-columns: auto;
}



*{
  margin: 0;
  padding: 0;  
  box-sizing: border-box;
}


body {
  background-image: url(../assets/images/registrofondo.png);
}


.form-register {
  width: 400px;
  background: #031f89;
  padding: 30px;
  margin: auto;
  margin-top: 15px;
  border-radius: 15px;
  font-family: sans-serif 10px;
  color: rgb(255, 255, 255);
  box-shadow: 7px 13px 37px #000;
  white-space: 40px;
}


.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
  height: 10px;
  line-height: 10px;  
  text-align: center; 
}


.control {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #e20000;
  font-family: sans-serif;
  font-size: 18px;
}


.contro {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #e20000;
  font-family: sans-serif;
  font-size: 18px;
}


.edad {
  width: 77px;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #e20000;
  font-family: sans-serif;
  font-size: 18px;
  white-space: auto;
}


.cntl {
  width: 205px;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #e20000;
  font-family: sans-serif;
  font-size: 18px;
  white-space: auto;
}


.genero {
  width: 135px;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #e20000;
  font-family: sans-serif;
  font-size: 18px;
  white-space: auto;
}


.selec{
    padding: 10px;
    font-size: 16px;
    border: 1px solid #f70101;
    border-radius: 5px;
}


.form-register p{
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  margin: auto;
  text-align: 80px;
}


.form-register a{
  color: rgb(255, 255, 255);
  text-decoration: none;
}


.form-register a:hover{
  color: rgb(0, 0, 0);
  text-decoration: underline;
}


.form-register .botons{
  width: 340px;
  background: #0037ff;
  border: none;
  padding: 12px;
  color: rgb(255, 255, 255);
  margin: 16px 0;
  font-size: 16px;
}

.form-register .botons:hover {
  color: #000000;
  text-decoration:none;
}



.form-register .boton{
  width: 100%;
  background: #0037ff;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
}



.form-password {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  border: 1px solid #e20000;
  font-family: sans-serif;
  font-size: 18px;
}


.form-check-input {
  width: 30px;
  margin: 5px;
}









/* CSS - LOGIN */




.form-Login {
  width: 400px;
  background: #031f89;
  padding: 30px;
  margin: auto;
  margin-top: 200px;
  border-radius: 6px;
  font-family: sans-serif 10px;
  color: rgb(255, 255, 255);
  box-shadow: 7px 13px 37px #000;
  white-space: 40px;
  text-align: center;
}

.control {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 16px;
  border: 1px solid #e20000;
  font-family: sans-serif;
  font-size: 18px;
}

.boton{
  width: 340px;
  background: #0037ff;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
}

.boton:hover {
  color: #000;
  text-decoration: none;
}

.form-Login a{
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.form-Login a:hover{
    color: rgb(0, 0, 0);
  text-decoration: underline;
}

.form-Login h4{
    font-size: 22px;
  margin-bottom: 20px;  
}

.form-Login p{
  text-align: center;
}


