#authentication form {
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #017b41, #fff);
    border: 1px solid transparent !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    padding: 15px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
}
#authentication form.createform {
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #017b41, #fff);
    border: none !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    padding: 15px;
    box-shadow: none;
}
#authentication h3 {
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555 !important;
}
#authentication .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #017b41 !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: unset !important;
    margin-bottom: 10px;
}
#authentication .submit {
    margin-top: 15px;
}
#authentication .form-group.date-select select {
    width: 125px !important;
}
#authentication #center_column form.std .row .col-xs-4 {
    max-width: unset !important;
}
#authentication select.form-control {
    background-position: right 5px top 15px;
}
#authentication .radio-inline {
    display: inline-block;
    margin-right: 15px;
}

/* create form */
div#heading-wrap {
    text-align: center;
}
#authentication form.createform .account_creation {
    width: 780px;
    max-width: 90%;
    margin: 0 auto;
}
#heading-wrap h1.page-heading {
    font-family: 'Teko';
    font-size: 60px;
    height: auto;
    line-height: 1;
    color: #000 !important;
    font-weight: 600;
    margin: 40px 0 50px;
}
#authentication .createform input.form-control {
    border: none !important;
    background: #EDEDED;
    border-radius: 0;
}
#authentication form.createform label {
    font-size: 12px;
    font-weight: 600;
    color: #777771;
    margin: 0;
}
ul#header_links li form {
    background: none;
    box-shadow: none;
    padding: 0;
    margin-top: -2px;
}
header .row .top_hook > #search_block_top #searchbox {
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
}