#header {position: relative; height: 120px;}

.linkbox::after {
    content: "";
    display: block;
    clear: both;
}

.linkbox a {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    border: 0 !important;
    background: linear-gradient(to bottom, #666 0%,#222 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.linkbox .button_back {
    float: left;
    background: linear-gradient(to bottom, #EEE 0%,#CCC 100%);
    color: #000;
}

.linkbox .button_submit {
    float: right;
}

.error-box {
    margin-bottom: 10px;
    padding: 15px 15px 10px;
    border: 1px solid #F00;
    background: #FEE;
}

.error {
    margin-bottom: 5px;
    color: #F00;
    font-weight: bold;
}

.privacy {
    width: calc(100% - 30px);
    height: 300px;
    overflow: scroll;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 2px solid #888;
}
.privacy br {
    display: inline-block !important;
}
.privacy h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
.privacy h4 {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 3em;
    text-indent: -3em;
}
.privacy p {
    margin-left: 4em;
}
.privacy table {
    width: calc(100% - 4em) !important;
    margin-left: 4em;
}

.privacy-agreement {
    text-align: center;
}
.privacy-agreement label {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    text-align: left;
}
.privacy-agreement input {
    position: absolute;
    top: 13px;
    left: 5px;
}
