﻿body {
    margin: 0;
}

h1 {
    font-size: 3.6rem;
    line-height: 3.6rem;
}

label {
    font-weight: normal;
}

    label.error,
    span.error {
        background: url(/images/warning-triangle-red.png) no-repeat 0 0;
        background-position: left;
        background-size: 25px;
        color: #C6123F;
        padding-left: 40px;
    }

.previewWarning {
    background-color: #d80030;
    color: #FFFFFF;
    left: 0;
    padding: 40px;
    position: sticky;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .previewWarning h1 {
        font-size: 1.6rem;
        font-weight: normal;
        line-height: 1.7rem;
    }


hr {
    border: 1px solid #000000;
}

input[type='submit'] {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    border-radius: 30px;
    color: #000000;
}

    input[type='submit']:hover {
        background-color: #000000;
        border-color: #000000;
        color: #FFFFFF;
    }

    input[type='submit']:disabled {
        background-color: #AAAAAA;
        border-color: #AAAAAA;
        color: #666666;
        cursor: not-allowed;
    }



form div.row {
    margin-bottom: 2rem;
}

form hr {
    margin: 2rem 0;
}


form label.required,
span.required {
    font-weight: bold;
}


input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=date],
input[type=time],
input[type=url],
textarea,
select {
    font-size: 1.4rem;
    width: 100%;
}

textarea {
    height: 150px;
}

input[type=date],
input[type=time] {
    text-align: center;
}

.consentDropdown {
    margin-top: 10px;
    max-width: 300px;
}

.submit-btn {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    border-radius: 30px;
    color: #000000;
}

    .submit-btn:hover {
        background-color: #000000;
        border-color: #000000;
        color: #FFFFFF;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width: 549px) {
    .consentDropdown {
        max-width: 100%;
    }
}

._404 {
    padding: 2rem;
}

._404 h1 {
    padding: 2rem 0;
}
