body, html {
  height: 100%;
  background-color: #ddc5a0;
  background-image: url();
}
.back-color{
    z-index: -1;
    position: relative;
    background-color: #ddc5a0;
}
.text-der{
    text-align: right;
    margin: 0 10px 0 0;
    font-weight: 300;
}
.text-izq{
    text-align: left;
    margin: 0px 0 0 10px;
    padding-top: 50px;
    font-weight: 800;
}
.text-header{
    color: #522c0d;
    margin-top: 55%;
}
.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72vh;
  }
.class-form{
    background-color: #f5c647;
    height: 290px;
    border-radius: 20px;
    box-shadow: 3px 4px 5px #7373739a;
}
.abs-bottom{
    bottom: 0;
}
.pepe-form{
    margin-top: -100px;
}
.text-form{
    padding: 25px 20px 0 20px;
}
.wrap-layer{
    position: relative;
 }
 .text-layer{
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    /* non-critical styles left out */
 }
 #video-pepe{
    width: 370px;
    object-fit: cover;
    border-radius: 15px;
 }
 #header-content{
    position: absolute;
    bottom: 0;
    left: 0;
 }