body{
  background-color: #e2e2e2;
}

.form-register {

  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align:center;
  background-color: rgb(214, 197, 197);
    
  /*Bordes*/
  padding: 3px 10px;
  border: rgb(230, 176, 176) 5px solid;
  border-radius: 20px;
  /*Bordes*/
  color: maroon;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  a{
    color: rgb(0, 0, 0);
    
  }
  a:hover{
    color: rgb(161, 125, 125);
    
  }
  
  .form-register input {
    width: 90%;
    height: 30px;
    margin: 0.5rem;
  }
  
  .form-register button {
    padding: 0.5em 1em;
    border: none;
    background: rgb(207, 71, 71);
    cursor: pointer;
  }

  .form-register button:hover {
    
    background: rgb(145, 33, 33);
    
  }

.titulo{
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 200%;
}



.informacion{
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 125%;
}

.form-control{
    border: 2px solid rgb(189, 144, 144);
    background: #ffffff;
    line-height: 100px;
    align-items: center;
}

.form-group{
    height: 80px;
    justify-content: center;
    align-items: center;
}

#imagen{
  padding: 3px 10px;
  
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}