#block-form {
    background-image: url('/wp-content/uploads/2023/06/114367-1ff854e3-cf5e5b16-1920w.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
    position: fixed;
    width: 100%;
    height: 650px;
    left:0;
    right: 0;
    top: 0%;
}

#block-form > div {
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block-form:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .6;
    z-index: -1;
    background-image: linear-gradient(90deg,#7fc2d3 0,#d9d9d9 100%);
}

#block-form > div > div,
#block-form .form_lock form > div > div {
    padding: 15px;
    width: 50%;
}

#block-form h1 {
    font-size: 30px;
    color: black;
}
#block-form h2 {
    font-size: 24px;
    color: black;
}
#block-form h3 {
    font-size: 18px;
    color: black;
    text-align: center;
}

#block-form label {
    font-size: 12px;
    color: black;
    font-weight: bold;
}

#block-form .form_lock {
    background-color: transparent!important;
    box-shadow: rgba(0,0,0,.67) 0 3px 11px 0!important;
    -moz-box-shadow: rgba(0,0,0,.67) 0 3px 11px 0!important;
    -webkit-box-shadow: rgba(0,0,0,.67) 0 3px 11px 0!important;
}

#block-form .form_lock form > div {
    display: flex;
}

#block-form .form_lock form .boton {
    text-align: center;
}
#block-form .form_lock form .boton button {
    border-radius: 40px;
    width: 70%;
    margin: auto;
}

#block-form .form_lock form input {
    font-size: 16px;
    background-color: rgba(17,17,17,.15);
    border: none;
    width: 100%;
    margin: 3px 0;
    height: 40px;
    padding: 0 10px;
}