body {
    background-color: #f5f7f8;
    color: #444;
    margin: 0 auto;
    font-weight: 700!important;
}
header {
    margin: 0 auto;
    padding: 20px 40px;
    box-shadow: -4px -3px 6px 1px #ccc;
    background: #fff;
}
.form_area {
    width: 600px;
    background: #fff;
    margin: 50px auto;
    border-radius: 4px;
    color: #111;
    border: 1px solid #d4dbe0;
    padding: 10px 30px;
    box-sizing: border-box;
}
h2 {
    font-size: 2.2806973457336426rem;
    line-height: 2.75rem;
    text-align: center;
    margin-bottom: 12px;
}
h5 {
    text-align: center;
    font-weight: 200;
    font-size: 15px;
    margin-top: 0;
}
.social {
    text-align: center;
}
.social a {
    width: 40%;
    display: inline-block;
    margin: 0 10px;
}
.social a img {
    width: 100%;
}
form {
    padding: 0 40px;
}
fieldset.form-group {
    border: none;
    padding: 0px 0 17px 0;
}
input {
    display: block;
    min-height: 2.75rem;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: var(--bxjxgl,500);
    line-height: 1.5rem;
    color: #2b2b2b;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: .0625rem solid #d4dbe0;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    transition: .3s all ease-in-out;
    box-sizing: border-box;
    margin-top: 5px;
}
p {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 200;
    margin: 20px 0;
}
.pull-right {
    float: right;
}
.text-primary-o {
    font-size: 13px;
    font-weight: 300;
}
.mt50 {
    margin-top: 50px;
}
p.tos-text {
    font-size: 12px;
}
footer {
    text-align: center;
    background: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
}
a {
    color: #09757a;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    background-color: transparent;
}
button#submitbutton {
    color: #fff!important;
    background: #111!important;
    border-color: #111!important;
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 5px;
    height: 55px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form_area {
        width: 90%;
        background: #fff;
        margin: 30px auto;
        border-radius: 4px;
        color: #111;
        border: 1px solid #d4dbe0;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    form {
        padding: 0 10px;
    }
    h2 {
        font-size: 2rem;
        line-height: 2.75rem;
        text-align: center;
        margin-bottom: 12px;
    }
    .big_box h3 {
        padding: 10px;
        font-size: 18px;
        line-height: 25px;
    }
    .social a {
        width: 80%;
        display: inline-block;
        margin: 8px 10%;
    }
}
