﻿body {
    font-size: 20px !important;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
}

*:focus {
    outline: none;
}


@media all and (min-width:1601px) {
    body {
        font-size: 20px !important;
    }
}

@media all and (max-width:1600px) and (min-width:1281px) {
    body {
        font-size: 15px !important;
    }
}

@media all and (max-width:1280px) and (min-width:1021px) {
    body {
        font-size: 14px !important;
    }
}

@media all and (max-width:1020px) and (min-width:1px) {
    body {
        font-size: 12px !important;
    }
}


:-ms-input-placeholder {
    color: gray;
}


.header-section {
    display: none;
}

.footer-section {
    display: none;
}

.stretch {
    width: 100%;
}

.background-logo {
    width: 10%;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 1%;
    margin-bottom: 2%;
    text-align: center;
}

.background-top {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.login-box {
    width: 20%;
    position: absolute;
    top: 9%;
    right: 13%;
    border-radius: 5px;
    background-color: white;
}

.login-title {
    font-family: 'Roboto', arial, sans-serif;
    font-size: 100%;
    margin: 3% 0 8%;
}

.login-boxes {
    width: 75%;
    margin: 5% 0 2%;
}

.textbox-title {
    font-family: 'Roboto', arial, sans-serif;
    font-size: 60%;
    text-align: left;
    width: 77%;
}


/*  Moved to style.css
.textbox {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 2.5%;
    font-family: Arial, Sans-Serif;
    font-size: 90%;
    left: -3%;
    position: relative;
}

.textbox:focus {
    border: 1px solid #00a4ff;
    box-shadow: 0 0 7px rgba(81, 203, 238, 1);
}
*/

.checkbox-area {
    width: 77%;
    text-align: left;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 65%;
    margin-top: 16%;
}


.checkbox-text {
    position: relative;
    top: -.1em;
}

.background-login {
    width: 78%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: 2%;
}

.forgot-password {
    font-family: 'Roboto Light', arial, sans-serif;
    font-size: 85%;
    font-weight: lighter;
    margin-top: 3%;
}

.not-member {
    font-family: 'Roboto Light', arial, sans-serif;
    font-size: 70%;
    font-weight: lighter;
    margin: 12% 0 5%;
}

.box-section {
    width: 90%;
    position: relative;
    text-align: center;
    padding: 5% 0 1%;
    float: left;
}

.box1 {
    width: 17%;
    border: 1px solid #ececec;
    float: left;
    margin-right: 5%;
    margin-left: 13.5%;
    background-color: white;
}


.box2, .box3 {
    width: 17%;
    border: 1px solid #ececec;
    float: left;
    margin-right: 5%;
    background-color: white;
}


.box4 {
    width: 17%;
    border: 1px solid #ececec;
    float: left;
    background-color: white;
}

.box-title-section {
    font-family: 'Roboto', arial, sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    padding: 5% 0 2%;
}

#popupBackground {
    /* Do not display it on entry */
    display: none;
    /* Display it on the layer with index 1001.  
       Make sure this is the highest z-index value used by layers on that page */
    z-index: 1001;
    /* make it cover the whole screen */
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    /* make it white but fully transparent */
    background-color: rgba(0,0,0,0.8);
}

.popup-box {
    width: 30%;
    border-radius: 5px;
    background-color: white;
    border: 1px solid black;
    position: relative;
    clear: both;
    top: 27%;
}

.background-x {
    width: 7%;
    top: 6%;
    right: 2%;
    display: block;
    position: absolute;
    z-index: 9901;
}

.popup-title {
    font-family: 'Roboto', arial, sans-serif;
    font-size: 130%;
    position: relative;
    width: 100%;
    margin-top: 4%;
}


.popup-text {
    font-family: 'Roboto Light', arial, sans-serif;
    font-size: 95%;
    font-weight: lighter;
    margin-top: 10%;
    width: 100%;
}

.background-submitbutton {
    width: 30%;
    position: relative;
    top: 0;
    left: 0;
    margin: 5% 0;
}

/*  Moved to style.css
.required {
    border: 1px solid red;
}
*/

.passwordhover {
    text-decoration: none; 
    color: #2c78ce
}

.passwordhover:hover {
    text-decoration: underline; 
}