
.background-dark {
    background: #1B1F20;
}

.center-block {
    margin: 0 auto;
}

.custom-form input, .custom-form textarea{
    background: unset;
    border: none;
    outline: none;
    border-bottom: 1px solid #8B8E8F;
    border-radius: 0;
}

.custom-form {
    color: #8B8E8F;
    font-family: Lato,sans-serif;
    font-style: normal;
}

.custom-form. textarea {
    border: 1px solid #8B8E8F;
}

.custom-form .has-error .form-control:focus {
    box-shadow: unset;
}
.has-error {
    color:  #a94442;
}
.custom-form label {
    font-weight: bold;
    margin-bottom: 0;

}

.custom-form input:focus,.custom-form textarea:focus {
    outline: none;
    box-shadow: unset;
    border-color: #997E39;
    color: #8B8E8F;
    background: unset;
}

.form-group:focus-within label {
    color: #4b4f50;
}

.contact-text {
    font-family: Lato ;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color:  #8B8E8F;
}

.custom-form input {
    font-size: 15px;
    font-family: Lato,sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

.custom-form input:-webkit-autofill,
.custom-form input:-webkit-autofill:hover,
.custom-form input:-webkit-autofill:focus,
.custom-form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
