body {
    background-image: url('bg.jpg');
}
.info {
    color: mediumvioletred;
}
.ctbacklink a {
    color: #801b1b;
    font-weight: 600;
}
.php-email-form {
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.container {
    background-color: #fff;
    border-radius: 5px;
}
h1
{
    border-bottom: 1px solid #ced4da;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
}

legend {
    font-size: 18px;
    font-weight: 500;
    color: #7f1a1c;
}

small {
    font-size: 14px;
    color:#ed6a42;
}

button {
    background: #801b1a !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0px 5px !important;
}

.php-email-form .loading {
    display: none;
    background: var(--background-color);
    text-align: center;
}
.php-email-form .error-message {
    /*display: none;*/
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.php-email-form .sent-message {
    /*display: none;*/
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}
.php-email-form button[type=submit] {
    background: var(--primary-color);
    color: var(--contrast-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 4px;
}
button:disabled, button[disabled] {
    cursor: no-drop;
}