
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.hero-header .form-container {
    background: #ffffffdb;
    padding: 30px;
    backdrop-filter: blur(8px);
    border-radius: 5px;
    box-shadow: #08223954 0px 0px 20px 11px;
}
.hero-header .form-group {
    padding-bottom: 17px;
}
.hero-header .form-control {
    border-radius: 0;
}
.btn-success {
    color: #fff;
    background-color: #f6af1e;
    border-color: #f6af1e;
    border-radius: 0;
    width: auto;
    font-size: 14px;
    font-weight: 600 !important;
    font-family: "Montserrat", sans-serif;
}

.btn-success:hover {
    background-color: #0c4684;
    border-color: #0c4684;
}
.hero-header h3 {
    margin-bottom: 20px;
}
.hero-header h3 strong {
    font-size: 27px;
    /* color: #14183e; */
}
.hero-header .form-container a.btn {
    border-color: black;
    color: black;
    font-size: 15px !important;
    padding: 5px 15px !important;
    border-radius: 4px;
    text-transform: uppercase;
}