#form-response-text {
    border-radius: 5px;
    background-color: yellowgreen;
    color: #000000;
    padding: 10px;
    margin-bottom: 15px;
    display: none;
}

.bg-red {
    background-color: red !important;
    color: #ffffff !important;
}

.bg-green {
    background-color: yellowgreen !important;
    color: #ffffff !important;
}

form .border-error {
    border: 2px solid red !important;
}

form .border-success {
    border: 2px solid yellowgreen !important;
}