﻿* {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.94rem;
    line-height: 1.5;
    font-weight: 400;
}

body {
    margin: 0;
    padding: 5px;
}

p {
    margin: 0;
}

#container {
    width: 100%;
    height: 100%;
}

#content {
    margin: 0px;
}

label {
    font-weight: bold;
}

input {
    margin-top: 3px;
    /*padding-top: 10px;*/
    font-size: 16px;
    font-size: 1rem;
    line-height: 0px;
    padding: 0.475rem 1rem;
    height: auto;
    border-radius: 4px;
    border-width: 1px;
    border-top-color: white;
    border-bottom-color: white;
    border-left-color: white;
    border-right-color: white;
    border-style: solid;
    width: 140px;
}

button {
    padding: 4px 12px;
    border-radius: 5px;
    border: none;
    text-transform: capitalize !important;
    font-weight: bold;
}

    button:hover {
        border: none;
        cursor: pointer;
    }

    button[disabled] {
        background-color: #e6e6e6 !important;
        color: #999 !important;
        border: solid 1px #ccc !important;
    }

#message-container {
    margin-top: 8px;
}

#message {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 800;
    color: darkred;
}

#invalid-message {
    font-size: 1rem;
    font-weight: bold;
}

#loader {
    margin: 0;
    padding: 0;
    float: left;
    height: 35px;
    display: none;
}

.grecaptcha-badge {
    display: none;
}

.heading {
    font-size: 1.2rem;
    font-weight: 600;
}

.subheading {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.25
}

.numbers {
    display: inline-block;
    margin-top: 10px;
    margin-right: 25px;
    font-size: 1.1rem;
    font-weight: 400;
}

.footer {
    margin-top: 30px;
    font-size: 0.9rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.25
}

.support-message {
    font-size: 1rem;
    font-weight: 600;
}
