.aviso-datos-personales{
    height: 200px;
    overflow: auto;
    padding: 5px;
    border: 1px solid #545454;
    text-align: justify;
}

.aviso-datos-personales-error{
    border: 1px solid #D0021B;;
}.container {

}

.btn_regresar {
  color: #284989 !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: rgba(0,0,0,0);
  border: 2px solid;
  border-radius: 4px;
  border-color: #284989;
  transition: all 1s ease;
  position: relative;
}
.btn_regresar:hover {
  background: #284989;
  color: #fff !important;
}
.btn_continuar {
  color: #284989 !important;
  font-size: 18px;
  font-weight: 500;
  padding: 0.5em 1.2em;
  background: rgba(0,0,0,0);
  border: 2px solid;
  border-radius: 4px;
  border-color: #284989;
  transition: all 1s ease;
  position: relative;
}
.btn_continuar:hover {
  background: #284989;
  color: #fff !important;
}
