﻿.form-label {
    font-family: TypeNextCondensedProLight;
    font-weight: bold !important;
    margin-top: 1rem;
}

.form-check-label {
    font-family: TypeNextCondensedProLight;
}

    .form-check-label a {
        text-decoration: none;
        color: #1C69D4;
    }

.form-consent-label {
    font-family: TypeNextCondensedProLight;
    margin-top: 25px;
    margin-left: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.form-disclaimer-label {
    font-family: TypeNextCondensedProLight;
    margin-top: 15px;
    line-height: 1.4;
}

.form-control {
    font-family: TypeNextCondensedProLight;
    background: #F7F7F7;
    border: none;
    padding: 1rem !important;
}

.form-check-input {
    transform: scale(1.5);
    margin: 2rem 0.5rem 0rem 0.5rem;
    vertical-align: initial;
}

.forms-button {
    font-family: TypeNextCondensedProLight;
    font-size: 18px;
    color: #fff;
    background: #1C69D4;
    padding: 13px 20px;
    bottom: 5rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin: 3rem 0rem;
}

    .forms-button:hover {
        background: #0653b6;
        box-shadow: 0 4px 16px rgba(49, 138, 172, 1);
        transition: all 0.2s ease;
    }

.was-validated .form-check-input:valid ~ .form-check-label {
    color: #000 !important;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #000 !important;
}

button:disabled,
button[disabled],
button[disabled]:hover {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: no-drop
}
