.form-content {
    margin-top: 20px;
}
.form-error {
    color: red;
}
.required-sign {
    color: red;
}
.input-box-md {
    width: 356px;
}
.input-box-sm {
    width: 168px;
}
.input-container {
    margin-left: 30px;
}
.ajax-section {
    clear: both;
}
.expand-form {
    display: none;
    margin-top: 50px;
}
.loader {
    text-align: center;
    font-weight: bold;
    margin-top: 100px;
    display: none;
}
.radio-toolbar input[type="radio"] {
    display: none;
}
.radio-toolbar label {
    align-items: center;
    min-height: 45px;
    min-width: 100px;
    margin-left: 20px;
    background-color: #fff;
    padding: 4px 11px;
    font-size: 16px;
    cursor: pointer;
    letter-spacing: 1px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .16);
    transition: background-color 0.5s ease, color 0.5s ease;
}
.radio-toolbar:first-child {
    margin-left: 0;
}
.radio-toolbar label:hover {
    background-color: #fe9600;
    color: #fff;

}
@media (max-width: 618px) {
    .institution-type-row {
        margin-top: 20px;
        display: block;
    }
}
.radio-toolbar input[type="radio"]:checked+label {
    color: #fff;
    background-color: #fe9600;
}
.buyer-header {
    color: #111111;
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.form-container {
    margin-top: 50px;
    min-height: 830px;
}
.submits {
    border-bottom: none !important;
}
.institution-type {
    margin-top: 40px;
}
.ajax-form-section {
    clear: both;
}

.accept-terms-info{
    margin-bottom:20px;
    font-family:'roboto';
    font-weight:bold;
    line-height: 0.7cm;

}