#submit_btn {
    background-color: var(--button_color);
    color: var(--button_color_invert);
    width: 31%;
    line-height: 1 !important;
}

#submit_btn:hover {
    background-color: var(--button_color_invert);
    color: var(--button_color);
}

.fa-3x {
    color: #fca045;
}


/* error message */

.success {
    color: green;
}

.success input {
    border-color: green;
}

.success label {
    color: green;
}

.error {
    color: red;
}

.error input {
    border-color: red;
}

.error label {
    color: red;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.panel {
    padding: .5rem;
}

.form-control {
    display: inline !important;
    width: 80% !important;
}

.align-self-start {
    padding: 6px 50px;
}

.custom {
    width: 36% !important;
    line-height: 1 !important;
}

.btncustom {
    font-size: .8rem !important;
}