.content-wrapper {
    height: 100vh!important;
}

a,
.callout a,
a {
    color: #90ac17;
    font-weight: 700;
}

.callout a:hover,
a:hover {
    color: #333
}


/* button ****/

.btn-primary,
.btn-default,
.btn.btn-flat,
.box .box-header .btn.btn-primary {
    border: 2px solid #000000;
    isolation: isolate;
    color: #000000;
}

.btn-primary:hover,
.btn-default:hover,
.btn.btn-flat:hover,
.box .box-header .btn.btn-primary:hover,
.btn-primary:hover,
.btn-default:hover {
    background-color: rgb(0, 0, 0);
    color: #fff;
}

.box-primary {
    background: rgba(255, 255, 255, 0.98);
}

.box-footer {
    background: transparent
}

input:not([type=submit]) {
    background-color: #fff!important;
}

.box-title {
    display: none;
    visibility: hidden;
    font-size: 0.01;
    line-height: 0;
}

.callout {
    border-left: 0;
    padding: 20px;
    background-color: transparent!important;
    color: #333!important;
    margin: 0;
}

.box-primary .box-body .callout.callout-info {
    background-color: transparent!important;
    color: #333;
    text-align: center;
}

h1.callout.callout-info {
    font-size: 50px;
}

h4.callout.callout-info {
    font-size: 21px;
}

.form-group,
.g-recaptcha {
    padding: 0 30px;
}


/* hide some labels ****/

label[for=EMAIL],
label[for=FNAME],
label[for=LNAME] {
    display: none;
    visibility: hidden;
}

.act-update_profile label[for=EMAIL],
.act-update_profile label[for=FNAME],
.act-update_profile label[for=LNAME] {
    display: inline-block;
    visibility: visible;
}

.wrap-email input,
.wrap-fname input,
.wrap-lname input {
    background: url(img/asterisk.png) top right no-repeat;
}

.wrap-email input:focus,
.wrap-fname input:focus,
.wrap-lname input:focus {
    background: none;
}

.form-control:focus {
    border-color: rgb(124, 124, 124)!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(114, 112, 112, 0.0), 0 0 8px rgba(112, 112, 112, 0.4)!important;
    box-shadow: inset 0 1px 1px rgba(114, 112, 112, 0.0), 0 0 8px rgba(112, 112, 112, 0.4)!important;
}

label {
    font-weight: bold;
    font-size: 110%;
}

.field-checkboxlist span div label {
    font-size: 13px;
    font-weight: 400;
}

.field-checkboxlist .field-description {
    padding: 15px 0 0;
    font-size: 12px;
    font-style: italic;
}

.btn.btn-flat,
.btn {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -khtml-border-radius: 50px;
    padding: 15px 35px;
}

.pull-right {
    float: none!important;
    text-align: center;
}

.box-footer {
    padding-bottom: 35px;
    border-top: none;
}

.nw-footer {
    color: #fff;
    font-size: 12px;
    padding: 10px 30px;
    text-align: center;
    letter-spacing: .03em;
}