.selectBtn.selected {
    color: red;
    background-color: #291770;
    border: 1px solid #291770;
}

.form_content {
    margin-top: 30px;
}

.shadow {
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.5), 0 3px 9px 0 rgba(0, 0, 0, 0.15);
    color: #a7a3a3;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #ecca55;
}

.application_type h6 {
    margin-top: 20px;
    font-weight: 700;
    color: #a27d04;
    font-size: 20px;
}

.application_type p {
    color: #555;
    font-size: 14px;
}

.line {
    width: 40px;
    border-bottom: 1px solid #999;
    margin: 0 auto;
    margin-bottom: 30px;
}

.customized_button {
    border: 1px solid #b99212;
    padding: 8px 40px;
    border-radius: 50px;
    background-color: transparent;
    margin-bottom: 30px;
}

.customized_button:hover,
.actives {
    background-color: #000754;
    color: #fff;
    border: 1px solid transparent;
}

fieldset {
    margin-left: 4% !important;
    font-size: 13px;
}

.font_color {
    color: #666 !important;
    font-size: 13px !important;
}