﻿.separator {
    margin: 30px 0;
    border-top: 3px solid #1474a4;
}

.btn-size {
    margin: 10px auto;
    width: 300px;
    height: 50px;
}

.note {
    font-size: 15pt;
    text-align: center;
    font-weight: bold;
    color: #1474a4;
    margin: -15px 0 55px 0;
}

.terms-privacy-content {
    max-height: 500px;
    min-height: 200px;
    overflow: auto;
    border: 1px solid lightgrey;
    margin: 20px 0;
}

@@media(max-width: 760px) {
    .mobile-full-width {
        padding: 0;
        margin: 0 -10px;
    }
}

.recaptcha {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.tc-checkboxes {
    margin: auto;
    padding: 0;
    float: none;
}

    .tc-checkboxes .confirm-checkbox {
        display: flex;
        width: 100%;
    }

        .tc-checkboxes .confirm-checkbox.hide {
            display: none;
        }

        .tc-checkboxes .confirm-checkbox > * {
            margin-left: 4px;
        }

        .tc-checkboxes .confirm-checkbox + .confirm-checkbox {
            margin-top: 20px;
        }

    .tc-checkboxes p:first-child {
        text-align: left;
        margin-bottom: 20px;
    }

.term-register {
    padding: 20px;
}
