.container {
    display: block !important;
}
.container.container1 .header, .container.container1 .body {
    text-align: center;
}
.container.container1 .body {
    margin-top: 0em;
}
.container.container1 .header {
    margin-bottom: 0;
}
.hero img.hero {
    margin-top: auto;
}
.form {
    position: relative;
    width: calc(100% - 4em);
    max-width: 54em;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--theme1);
    border: 3px var(--theme1) solid;
    border-radius: 7px;
    padding: 2em;
}
.form .header.header2 {
    margin-top: 0;
    color: white;
    text-align: center;
    font-size: 30px;
}
.form .grid {
    grid-template-columns: 50% 50%;
    grid-row-gap: 1em;
    grid-column-gap: 1em;
}
.form input.text {
    position: relative;
    font-family: var(--font1);
    color: var(--theme2);
    font-size: 16px;
    background: white;
    padding: 1em;
    border-radius: 6px;
    border: 1px rgb(255, 255, 255) solid;
    box-shadow: 1px 1px 2px 1px white;
    width: calc(90% - 1em);
    outline: 0;
    font-weight: 500;
    height: fit-content;
}
.sep {
    grid-row: 5/5;
    width: calc(100% - 1em);
    grid-column: 1/3;
}
.form .body {
    color: white;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1px;
}
.form .submit {
    position: relative;
    margin-bottom: 2em;
    margin-top: 0em;
    width: calc(100% - 0em);
    padding: 2em;
    font-family: var(--font1);
    font-size: 17px;
    background: black;
    color: white;
    letter-spacing: 0.4px;
    cursor: pointer;
    border: 2px var(--theme1) solid;
    border-radius: 9px;
    padding: 1em;
    max-width: 12em;
    left: 50%;
    transform: translateX(-50%);
    background: var(--theme3);
}
@media screen and (max-device-width: 871px) {
    .form .grid {
        grid-template-columns: auto !important;
    }
    .form input.text {
        width: calc(100% - 2.2em);
    }
    .sep {
        grid-row: 8/8;
        grid-column: 1/2;
        width: 100%;
    }
    .form .body.outside {
        grid-column: 1/2 !important;
    }
}
.form .body.outside {
    padding-top: 1em;
    display: grid;
    grid-template-columns: auto auto;
    width: fit-content;
    position: relative;
    height: fit-content;
    left: 0;
    right: 0;
    margin: auto;
    grid-column: 1/3;
    grid-gap: 0.6em;
}
.form .checkbox {
    position: relative;
    width: 1em;
    height: 1em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-left: 0;
    top: 0;
    bottom: 0;
    top: 0;
}
.form .body.inside {
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: 0;
    height: fit-content;
    position: relative;
    top: 0;
}