﻿.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #99cc00;
    background-color: #99cc00;
}

.custom-checkbox {
    width: 30px;
    height: 20px;
}

.custom-control-input ~ .custom-control-label::before {
    border-color: #99cc00;
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

h1 {
    text-align: center;
    color: #53575A;
    margin-bottom: 40px;
}

h3 {
    text-align: center;
    color: #53575A;
    margin-bottom: 20px;
}

label, input, p {
    color: #53575A;
}

.container form .row .col label {
    font-size: 15px;
    margin-bottom: 3px;
}

span.highlight-red {
    color: red;
    font-weight: bold;
    margin-right: 5px;
}

form .row {
    margin-bottom: 15px;
}

.radio-btn-row label {
    display: block;
}

.radio-btn-row input {
    margin-left: 15px;
}

.section-break {
    padding-bottom: 30px;
}

form #line {
    padding-bottom: 15px;
    border-bottom: 2px solid hotpink;
}

.consent-agreement input {
    position: static;
    margin-left: 0px;
}

.patient-consent {
    text-align: justify;
}

form .submit-row {
    justify-content: center;
    margin: 40px 0;
}

    form .submit-row input {
        background-color: hotpink;
        border-color: hotpink;
        border-radius: 20px;
    }

.form-footer {
    text-align: center;
}

    .form-footer p {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 13px;
    }

        .form-footer p a {
            color: hotpink;
        }

    .form-footer .footer-links {
        margin-bottom: 25px;
    }

        .form-footer .footer-links p {
            font-size: 20px;
            font-weight: 500;
        }

canvas {
    border: 1px solid grey;
}
