#main {
    width: 100%;
    height: 100%;
    background-image: url(../../images/bg.png);
    max-width: 1024px;
    margin: 0 auto;
    overflow-y: auto;
}

.logo {
    text-align: center;
    margin-bottom: 1.5rem;
}

.logo img {
    max-width: 40%;
}

.title {
    text-align: center;
    color: #483d3c;
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: 6px;
}

.privacy {
    color: #746766;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2.5;
}

.privacy ol {
    list-style-position: inside;
}

.btns button {
    width: 100%;
    background-color: #815636;
    color: #fff;
    outline: none;
    border: none;
}

@media screen and (max-width: 1024px) {
    .logo img {
        max-width: 80%;
    }

    .card {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .card__wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .title {
        font-size: 1.8rem;
    }

    .title__field {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    .title__field__leftline,
    .title__field__rightline {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .privacy {
        font-size: 1rem;
        line-height: 1.8;
    }

    .form__group {
        flex-direction: column;
    }

    .form__group .form__label {
        width: 100%;
        font-size: 1rem;
    }

    .form__group .form__field {
        flex: none;
        width: 100%;
        font-size: 1rem;
    }

    .text__remind {
        font-size: 1rem;
    }

    .input, .select, .file {
        font-size: 1rem;
    }

    .select .select__value {
        white-space: nowrap;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .checkbox, .radiobox {
        font-size: 1rem;
        align-items: flex-start;
        margin-bottom: 0 !important;
        padding-left: 30px;
    }

    .checkbox .checkmark,
    .radiobox .checkmark {
        width: 20px;
        height: 20px;
    }

    .checkbox__group .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 1rem !important;
    }

    .checkbox__group .text__remind {
        padding-left: 10px !important;
    }

    .lightbox__wrapper {
        width: 90vw;
    }
}
