﻿@-ms-viewport {
    width: device-width;
}

body {
    margin: 0px !important;
    background-color: #1CA9E6;
    min-height: fit-content !important;
}

.header_wrapper {
    margin-top: 40px;
    min-height: 100px !important;
}

.header_logo_centre_wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main_wrapper {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
    font-family: Courier New, Courier, monospace;
}

.main_footer_wrapper {
    min-height: 80px !important;
}

.main_footer_copyright_wrapper {
    line-height: 80px !important;
    text-align: right;
    font-family: Arial, sans-serif;
    font-size: x-small;
    color: darkgrey;
}

.main_form_error_label_wrapper {
    min-width: 300px !important;
    max-width: 300px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.main_form_input_field_wrapper {
    min-width: 300px !important;
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
}

.main_form_input_label_wrapper {
    min-width: 300px !important;
    max-width: 300px !important;
    min-height: 30px !important;
    line-height: 30px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color: black;
}

.main_form_submit_wrapper {
    min-width: 300px;
    max-width: 300px;
    min-height: 60px !important;
    line-height: 60px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    background-color: #1CA9E6;
    color: floralwhite;
}

    .main_form_submit_wrapper a {
        display: block;
        min-height: auto;
    }

        .main_form_submit_wrapper a:link {
            color: floralwhite;
            text-decoration: none;
        }

        .main_form_submit_wrapper a:visited {
            color: floralwhite;
            text-decoration: none;
        }

        .main_form_submit_wrapper a:hover {
            color: darkgrey;
            text-decoration: none;
        }

        .main_form_submit_wrapper a:active {
            color: darkgrey;
            text-decoration: none;
        }

.main_section_wrapper {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    background-color: aliceblue;
    color: #1CA9E6;
}

.main_section_heading_centre_wrapper {
    min-height: 44px !important;
    line-height: 44px !important;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
}

.main_spacer_10_px_wrapper {
    min-height: 10px !important;
}

.main_spacer_20_px_wrapper {
    min-height: 20px !important;
}

.main_spacer_40_px_wrapper {
    min-height: 40px !important;
}

@media screen and (max-width: 600px) {
    .main_wrapper {
        min-width: auto !important;
        margin-left: 10px;
        margin-right: 10px;
    }
}
