@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css");

@media only screen and (max-width: 1024px) {
  html,
  body.registro-page {
    font-family: Roboto, Verdana, sans-serif;
    font-size: 22px;
    background: url(https://www.fundacionmf.org/imagen/fondo03.gif) no-repeat center top;
  }
  .registro-page label {
    color: #303030;
  }
  .registro-page .lab {
    font-size: 20px;
    font-weight: bold;
  }
}

@media only screen and (min-width: 1024px) {
  body.registro-page {
    font-family: Roboto, Verdana, sans-serif;
    font-size: 12px;
    background: url(https://www.fundacionmf.org/imagen/fondo04.gif) no-repeat center top;
  }
  .registro-page label {
    color: #303030;
  }
  .registro-page .lab {
    font-size: 11px;
    font-weight: bold;
  }
}

.myform {
  display: flex;
  padding: 0.2rem;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  max-width: 1200px;
}

.box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgb(221 221 221 / 0.6);
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  padding: 0.4rem 0;
  margin: 0;
}

.box2 {
  background-color: #3b693c !important;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  padding: 0;
  margin: 0;
  text-align: center;
}

.box4 {
  margin: auto;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #aaa;
  background-color: rgb(0 0 0 / 0.1);
  text-align: center;
  border-radius: 0.4rem;
}

.box5 {
  text-align: right;
  font-size: 14px;
  color: #131813;
  font-weight: bold;
}

.registro-page .datagrid {
  font: normal 12px Roboto, Verdana, sans-serif;
  background: rgb(255, 255, 255);
  overflow: hidden;
  align-self: center;
}

.registro-page table th {
  background-color: #565656;
  color: #fff;
  font-weight: bold;
}

.registro-page .is-invalid {
  background-color: rgb(255 0 0 / 0.2);
}

.registro-page .is-valid {
  background-color: rgb(59 105 60 / 0.1);
}

.registro-page input[type="number"] {
  -moz-appearance: textfield;
}

.registro-page input::-webkit-outer-spin-button,
.registro-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
