﻿@-ms-viewport {
    width: device-width;
}

body {
    margin: 0px !important;
}

.main_wrapper {
    min-width: 800px !important;
    max-width: 800px !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px !important;
    font-family: Courier New, Courier, monospace;
}

.main_logo_centre_wrapper {
    min-width: 300px !important;
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.main_form_centre_rounded_wrapper {
    min-width: 600px !important;
    max-width: 600px !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 10px;
    background-color: aliceblue;
}

.main_form_heading_centre_wrapper {
    min-width: 600px !important;
    max-width: 600px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.main_form_heading_centre_left_align_wrapper {
    min-width: 290px !important;
    max-width: 290px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
}

.main_form_sub_heading_centre_left_align_wrapper {
    min-width: 480px !important;
    max-width: 480px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    text-align: left;
    font-size: 16px;
}

.main_form_error_wrapper {
    min-width: 290px !important;
    max-width: 290px !important;
    min-height: 40px !important;
    line-height: 40px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

.main_form_information_wrapper {
    min-width: 290px !important;
    max-width: 290px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 15px;
}

.main_form_input_wrapper {
    min-width: 300px !important;
    max-width: 300px !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
}

.main_form_label_wrapper {
    min-width: 290px !important;
    max-width: 290px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 18px;
}

.main_form_submit {
    width: 290px;
    height: 40px;
    border-radius: 5px;
    color: white;
    background-color: blue;
    border-color: blue;
    font-family: Courier New, Courier, monospace;
    font-size: 18px;
    font-weight: bold;
}

input[type=checkbox] {
    transform: scale(1.75);
}

@media screen and (max-width: 800px) {
    .main_wrapper {
        min-width: 360px !important;
        max-width: 360px !important;
    }

    .main_form_centre_rounded_wrapper {
        min-width: 320px !important;
        max-width: 320px !important;
    }

    .main_form_heading_centre_wrapper {
        min-width: 320px !important;
        max-width: 320px !important;
    }

    .main_form_sub_heading_centre_left_align_wrapper {
        min-width: 290px !important;
        max-width: 290px !important;
    }
}
