main {
    background-color: rgba(255, 255, 255, 0.6);
}

button, input, select, textarea {
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
}

.submitButton {
    background: #a37530;
    color: #fff;
}

.privacy div {
    width: 800px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    overflow-y: scroll;
    text-align: left;
}
.consent {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 20px;
}

.privacy p {
    text-align: center !important;
}

.labogroup {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 767px) {
    .apply form p,
    button, input, select, textarea,
    .privacy div {
        width: 100%;
    }
}