
.margen-top {
    padding-top: 1rem;
    
}

.menu-fijo{
    position:fixed;
    top:2;
    width:100%;
    z-index: 99999;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.form {
  width: 450px;
}

.t-boton {
  padding-top:15px;
  padding-bottom: 15px;
}

#btnAceptar {
  padding-top:15px;
  padding-bottom: 15px;
}