.form-submit{
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    background-color: #2da6bd;
    font-family: 'InfoText',Helvetica,sans-serif;
    text-transform: uppercase;
    background-image: none;
    font-size: 1.2rem;
    color: #fff;
    filter: none;
    border: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    border-radius: 4px;
}
a {
    color: #2da6bd !important;
    text-decoration: none !important;
}
a:hover {
    text-decoration: underline !important;
}
.form-check-input {
    padding-left: 20px;
    min-height: 20px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;

}

h3{
    color: #2da6bd !important;
}

.form-check-input:checked[type=checkbox] {
    background-color: #2da6bd !important;
}

.form-check-label{
    margin-left: 10px !important;
}

.form-check-input:checked[type=radio] {
    background-color: #2da6bd !important;
}
.subtitle{
    font-size: 1.1rem;
    color: #8C8572;
}