.butt {
    background-color: #ff8d18;
    color: #fff;
    transition: .3s ease-in-out;
}
.butt:hover {
    background-color: #fee8d3;
    color: #ff8d18;
}

.form-content form input[type="submit"] {
    background-color: #ff8d18;
    color: #fff;
    transition: .3s ease-in-out;
}
.form-content form input[type="submit"]:hover {
    background-color: #fee8d3 !important;
    color: #ff8d18 !important;
}

.f-alert {
    background-color: #ff8d18;
    color: #fff;
    transition: .3s ease-in-out;
}
.f-alert:hover {
    background-color: #fee8d3;
    color: #ff8d18;
}