html {
  position: relative;
  min-height: 100%;
}

.well {
    background-image: -webkit-linear-gradient(top, #ededed 0%, #dbdbdb 100%);
    background-image: -o-linear-gradient(top, #ededed 0%, #dbdbdb 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dbdbdb));
    background-image: linear-gradient(to bottom, #ededed 0%, #dbdbdb 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffdbdbdb', GradientType=0);
    border-color: #bfbfe7;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
    border-radius: 2%;
}

.grecaptcha-badge {
    z-index: 5;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #f5f5f5;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}

.input {
    display: inline-flex;
}

.contact_form_label {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .contact_form_label {
        text-align: center;
    }
}
