body
{
    color: white;
    background-color: rgb(11, 24, 39);
}

@media only screen and (max-width: 600px)
{
    body > section > article > h1
    {
        margin: 0;
    }
}

@media only screen and (min-width: 600px)
{
    body > section
    {
        background-image: url("../../../images/och_member_background.webp");
        background-size: 100%;
        background-repeat: no-repeat;
    }

    body > section > article > #member-login-form-container
    {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        background: white;
    }

    body > section > article > #member-login-form-container > form input:not([type=button]):not([type=submit]),
    body > section > article > #member-login-form-container > form > #password-field
    {
        height: 60px;
    }

    body > section > article > #member-login-form-container > form > #password-field > button
    {
        right: 15px; /* 1/4th of total height */
        top: 30px; /* 1/2th of total height */
    }

    body > section > article > #member-login-form-container > form > label:not(#password-field):not(.orange-btn)
    {
        color: rgba(11, 24, 39, 0.8);
    }

    body > section > article > #member-login-form-container > form input[type=button]
    {
        color: rgba(78, 183, 71, 0.8);
        border-bottom: 2px solid rgba(78, 183, 71, 0.4);
    }

    body > section > #section-lines > img
    {
        position: absolute;
        display: block;
        width: 100%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1500px)
{
    body > section > article > #member-login-form-container
    {
        padding: 10%;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1900px)
{
    body > section > article > #member-login-form-container
    {
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 7%;
        padding-bottom: 7.5%;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 2200px)
{
    body > section > article > #member-login-form-container
    {
        padding-left: 6.5%;
        padding-right: 6.5%;
        padding-top: 5%;
        padding-bottom: 6%;
    }
}

@media only screen and (min-width: 2200px)
{
    body > section > article > #member-login-form-container
    {
        padding-left: 6%;
        padding-right: 6%;
        padding-top: 5%;
        padding-bottom: 6%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1900px)
{
    body > section > article > #member-login-form-container
    {
        width: 65%;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 2200px)
{
    body > section > article > #member-login-form-container
    {
        width: 55%;
    }
}

@media only screen and (min-width: 2200px)
{
    body > section > article > #member-login-form-container
    {
        width: 45%;
    }
}

@media only screen and (max-width: 600px)
{
    body > section > #section-lines > img
    {
        display: none;
    }

    body > section
    {
        position: relative;
        min-height: calc(100vh - 75px);
        min-height: -webkit-calc(100vh - 75px);
        min-height: -moz-calc(100vh - 75px);
        min-height: expression(100vh - 75px);
    }

    body > section:before
    {
        position: fixed;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background-image: url("../../../images/och_member_background_mobile.webp");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    body > section > #section-lines
    {
        position: relative;
    }

    body > section > #section-lines:before
    {
        position: fixed;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url("../../../images/lines_background.png");
        background-position: center;
        background-repeat: repeat;
        background-size: 150%;
    }

    body > section > article
    {
        padding-top: 60px;
    }

    body > section > article > #member-login-form-container
    {
        padding-top: 0px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }

    body > section > article > #member-login-form-container > form input:not([type=button]):not([type=submit]),
    body > section > article > #member-login-form-container > form > #password-field
    {
        height: 60px;
    }

    body > section > article > #member-login-form-container > form > #password-field > button
    {
        right: 15px; /* 1/4th of total height */
        top: 30px; /* 1/2th of total height */
    }

    body > section > article > #member-login-form-container > form > label:not(#password-field):not(.orange-btn)
    {
        color: white;
    }
    
    body > section > article > #member-login-form-container > form input[type=button]
    {
        color: white;
        border-bottom: 2px solid white;
        opacity: 0.75;
    }
}

@media only screen and (min-width: 600px) and (max-width: 800px)
{
    body > section > article
    {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1000px)
{
    body > section > article
    {
        padding-left: 10%;
        padding-right: 10%;
        padding-top: 7.5%;
        padding-bottom: 7.5%;
    }
}

@media only screen and (min-width: 1000px)
{
    body > section > article
    {
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 7.5%;
        padding-bottom: 7.5%;
    }
}

@media only screen and (min-width: 2200px)
{
    body > section > article > #member-login-top > p
    {
        margin-bottom: 10%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 2200px)
{
    body > section > article > #member-login-top > p
    {
        margin-bottom: 12.5%;
    }
}

@media only screen and (max-width: 600px)
{
    body > section > article > #member-login-top > h1
    {
        font-size: 40px;
    }

    body > section > article > #member-login-top > p
    {
        margin-bottom: 2em;
    }
}


body > section > article > #member-login-top > h1,
body > section > article > #member-login-top > p
{
    position: relative;
    z-index: 1;
}

body > section > article > #member-login-top > h1
{
    color: white;
    text-align: center;
}

body > section > article > #member-login-top > p
{
    line-height: 1.45em;
    color: white;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2em;
    text-align: center;
}

/*
    Login form CSS
*/
body > section > article > #member-login-form-container
{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 auto;
}

body > section > article > #member-login-form-container > form > label:not(#password-field):not(.orange-btn)
{
    display: block;
    font-family: "DIN Next LT Pro";
    font-size: 20px;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

/* Standard input field CSS */
body > section > article > #member-login-form-container > form input:not([type=button]):not([type=submit])
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 20px;
    font-family: "DIN Next LT Pro";
    color: rgba(11, 24, 39, 0.8);
    border: 2px solid rgba(11, 24, 39, 0.25);
    box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -webkit-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;
    -moz-box-shadow: 3px 3px 4px rgba(11, 24, 39, 0.14) inset;

    /* Different notation used here */
    transition: border 0.25s ease-in-out;
    -webkit-transition: border 0.25s ease-in-out;
    -moz-transition: border 0.25s ease-in-out;
    -ms-transition: border 0.25s ease-in-out;
    -o-transition: border 0.25s ease-in-out;
}

body > section > article > #member-login-form-container > form input:not([type=button]):not([type=submit]):not(#forgot-pw-email)
{
    margin-bottom: 5%;
}

body > section > article > #member-login-form-container > form #forgot-pw-email
{
    margin-bottom: 40px;
}

body > section > article > #member-login-form-container > form input:not([type=button]):not([type=submit]):focus
{
    outline: none;
}

/* Forgot PW btn */
body > section > article > #member-login-form-container > form input[type=button]
{
    display: block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    border-top: none;
    border-left: none;
    border-right: none;
    cursor: pointer;
    font-family: "DIN Next LT Pro";
    text-align: center;
    font-size: inherit;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 15px;
    line-height: 25px;
    padding: 0px;
    background: transparent;
}

body > section > article > #member-login-form-container > form input[type=button]:focus
{
    outline: none;
}

/* Password field wrapper */
body > section > article > #member-login-form-container > form > #password-field
{
    position: relative;
    display: block;
}

/* Password field visibility button */
body > section > article > #member-login-form-container > form > #password-field > button
{
    display: inline-block;
    position: absolute;
    z-index: 1;
    background: transparent;
    color: rgb(205, 210, 210);
    border: none;
    padding: 0px;
    font-size: 1.25em;
    cursor: pointer;

    /* top/right values will be relative to the center of the element instead of its edge */
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

body > section > article > #member-login-form-container > form > #password-field > button:focus
{
    outline: none;
}

/**************
* AVG MODALBOX CODE
**************/
@media only screen and (max-width: 400px)
{
    #avg-approval-mbox > #overlay > #content > #close-btn
    {
        font-size: 20px;
    }
}

@media only screen and (max-width: 425px)
{
    #avg-approval-mbox > #open-btn
    {
        font-size: 18px !important;
        margin: 0 auto !important;
    }
}


@media only screen and (max-width: 500px)
{
    #avg-approval-mbox > #overlay > #content
    {
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
    }
}

@media only screen and (min-width: 500px)
{
    #avg-approval-mbox > #overlay > #content
    {
        top: 12.5vh;
        height: 75vh;
    }
}

@media only screen and (min-width: 500px) and (max-width: 950px)
{
    #avg-approval-mbox > #overlay > #content
    {
        left: 12.5vw;
        width: 75vw;
    }
}

@media only screen and (min-width: 950px)
{
    #avg-approval-mbox > #overlay > #content
    {
        left: 27.5vw;
        width: 45vw;
    }
}

#avg-approval-mbox
{
    position: relative;
}

#avg-approval-mbox > #open-btn
{
    display: block;
    margin: 3% auto;
    background: transparent;
    color: rgb(78, 183, 71);
    text-align: center;
    border: none;
    padding: 0;
    border-bottom: 2px solid rgb(78, 183, 71);
    cursor: pointer;
    font-family: "DIN Next LT Pro";
    font-size: 26px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#avg-approval-mbox > #open-btn:focus
{
    outline: none;
}

#avg-approval-mbox > #overlay
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

#avg-approval-mbox > #overlay > #content
{
    position: absolute;
    z-index: 11000;
    padding: 60px;
    background: white;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
}

#avg-approval-mbox > #overlay > #content > h2
{
    width: 100%;
    font-style: italic;
    font-weight: 900;
    color: rgb(78, 183, 71);
    text-transform: uppercase;
    font-family: "DIN Next LT Pro Black";
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.0em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

#avg-approval-mbox > #overlay > #content > ul
{
    font-family: "DIN Next LT Pro";
    color: rgb(11, 24, 39);
    counter-reset: list-item-count;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#avg-approval-mbox > #overlay > #content > ul > li
{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

#avg-approval-mbox > #overlay > #content > ul > li,
#avg-approval-mbox > #overlay > #content > ul > li:before
{
    vertical-align: bottom;
}

#avg-approval-mbox > #overlay > #content > ul > li:before
{
    counter-increment: list-item-count;
    content: counter(list-item-count) ". ";
    font-size: 32px;
    line-height: 1.0em;
    color: rgb(78, 183, 71);
    text-transform: uppercase;
    font-style: italic;
    font-weight: 900; 
}

#avg-approval-mbox > #overlay > #content > #close-btn
{
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    display: block;
    margin: 0 auto;
    text-align: left;
    color: rgb(11, 24, 39);
    background: transparent;
    opacity: 0.25;
    filter: alpha(opacity=25);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
}

#avg-approval-mbox > #overlay > #content > #close-btn:focus
{
    outline: none;
}

#avg-approval-mbox > #overlay > #content > #content-header
{
    text-align: center;
}

#avg-approval-mbox > #overlay > #content > #content-header > #och-logo
{
    display: inline-block;
    width: 120px;
    height: 120px;
}

#avg-approval-mbox > #overlay > #content > #content-header > h5
{
    display: inline-block;
}