body {
    height: 100%;
    background-color: transparent;
}

.site {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    //height: 100vh;
    background-color: transparent;
    /* background-color: #333; */
}

.short {
    //max-width: 760px;
    margin: 0 auto;
    background-color: #e9eaeb;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main.short {
    overflow: visible;
}

.image {
    padding-left: 30px;
}

.image img {
    margin-top: -30px;
}

@media only screen and (max-width: 600px) {
    .image {
        display: none;
    }
}

.form  {
    max-width: 400px;
    padding: 30px;
    position: relative;
}

.form form {
    margin: 0;
}

.personal {
    padding: 0;
}

.interests {
    padding: 20px 0;
}

.interests h2 {
    margin: 0;
    text-align: left;
    font-size: 13px;
}

.interests-wrapper {
    justify-content: flex-start;
}

.interests-wrapper .checkbox {
    width: auto;
    opacity: 1;
    gap: 5px;
}

.mandatory {
    float: none;
}

.interests-wrapper .checkbox .checkable__text {
    position: relative;
    bottom: initial;
    left: initial;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    margin-left: 2px;
}

.interests-wrapper .checkbox input + span {
    display: flex;
    background-color: #fff;
    width: 20px;
    height: 20px;
}

.interests-wrapper .checkbox input + span::after {
    width: 14px;
    height: 14px;
    margin: 3px;
}

.email-wrapper {
    position: relative;
}

.disclaimers {
    font-size: 10px;
    margin: 0;
}

.disclaimers .checkbox {
    gap: 10px;
}

.disclaimers .checkbox input + span {
    display: flex;
    background-color: #fff;
    width: 30px;
    height: 30px;
}

.disclaimers .checkbox input + span::after {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.disclaimers .checkable__text {
    line-height: 1.4;
    font-size: 9px;
}

.mandatory {
    font-size: 10px;
    line-height: 10px;
    text-align: right;
    margin: 0 0 10px 0;
}

.captcha-wrapper {
    margin: 0;
}



.claim {
    margin-left: -83px;
    margin-top: 20px;
    max-width: initial;
    width: 400px;
}

@media only screen and (max-width: 600px) {
    .claim {
        margin-left: 0;
        max-width: 100%;
    }
}

.close {
    position: absolute;
    right: 30px;
    font-size: 30px;
    background: #fff;
    padding: 5px 4px;
    cursor: pointer;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
button {
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;;
    margin: 0;
}

input[type="submit"].button-primary {
    margin: 10px 0 10px 0;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
}

.g-recaptcha-missing,
.email-missing,
.email-invalid {
    position: relative;
    top: 0;
    right: 0;
}