﻿/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(./mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Arial',sans-serif;
    font-size: 12px;
    margin: 0 !important;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover; /* Mozilla*/
    -o-background-size: cover; /* Opera*/
    background-size: cover; /* Generic*/
    font-family: "Open Sans";
}

.Topic {
    text-align: center;
    color: #659100;
    font-size: 34px;
    margin-top: 25px;
    font-family: monospace;
}

.AppHeader {
    height: 83px !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap;
    background-image: url("./HeaderPixel.png");
    background-repeat: repeat-x;
}

.header {
    text-align: center;
    width: 40%;
    display: inline-block;
}


.AppHeaderBackground {
    height: 54px !important;
    background-image: url("./BgPattern.png");
    background-repeat: repeat;
    background-color: transparent;
    width: 100%;
    position: absolute;
}

div.Login {
    display: flex;
}

.AppHeader .navBodyLeading {
    top: 0px;
    left: 20px !important;
    text-align: left;
    background: transparent url("./Logo3.png") no-repeat 0 100%;
    width: 177px;
    height: 83px !important;
    display: inline-block;
    -moz-background-size: 177px 83px;
    -o-background-size: 177px 83px;
    background-size: 177px 83px;
    position: absolute;
    cursor: pointer;
}

.AppBody {
    width: 100%;
    height: 100%;
}

.required {
    color: orange;
    margin-right: .20em;
    margin-left: .20em;
}

.loginForm input[type="text"],
.loginForm input[type="password"] {
    border: none;
    border-bottom: 1px solid darkgray;
    width: 100%;
    margin: 5px 0;
    border-radius: 0;
    box-shadow: none;
    display: inline;
    font-size: small;
    color: black;
}

.loginForm input[type="text"]::placeholder,
.loginForm input[type="password"]::placeholder {
    color: #bbbbbb;
}

.inputBlock {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.loginBoxIcon {
    display: inline;
    color: #bbbbbb;
    margin-left: -10%;
}

.passwordIcon {
    cursor: pointer;
}

.loginForm .userNameContainer {
    margin-top: 5%;
}

.loginForm .field-validation-error {
    display: none;
}

.loginForm .LoginInnerBox {
    margin-top: 2%;
    padding: 10px 37px 0px 37px;
    border-bottom: none;
    margin-bottom: 20%;
}

.loginForm {
    width: 100%;
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: auto;
    margin-left: auto;
    border: none;
    max-width: 390px;
}

    .loginForm.turner {
        background-color: rgba(0, 0, 0, 0.57);
    }

    .loginForm .validation-summary-errors {
        color: #F80000;
    }


.se .loginForm .validation-summary-errors {
    color: #A10000;
}

.LoginOutherBox {
    padding-top: 20vh;
    background-color: white;
    height: auto;
    min-height: 560px;
    margin: 0;
    width: 35%;
    min-width: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.background-image {
    display: inline-block;
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 600px;
}

@media only screen and (max-width: 600px) {
    .LoginOutherBox {
        width: 100%;
        height:auto;
        min-height: 100vh;        
    }

    .background-image {
        display: none;
    }
}

.welcomeText {
    font-size: 1.5em;
    font-weight: 600;
    width: 100%;
    margin: 0;
    color: #8c8c8c;
    margin-top: 5%;
    text-align: center;
}

.loginForm .rememberMeContainer {
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
    color: rgb(156, 156, 156);
}

.loginForm .forgetPasswordLink a {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    color: rgb(0,119,71) !important;
    text-align: left;
    font-weight: 600;
    text-decoration: underline;
}

.loginForm .resendCode {
    width: 100%;
    display: flex;
    align-items: center;
}

.loginForm .resendCode a {
    width: auto;
}

.loginForm .resendCode a.disabled {
    color: rgb(156, 156, 156) !important;
    pointer-events: none;
}

.loginForm .resendCode .resendIimer {
    margin-left: 8px;
    display: inline-block;
    color: rgb(0,119,71) !important;
    font-weight: 600;
}

.loginForm .privacyPolicyLink a {
    width: 100%;
    display: inline-block;
    margin: 20px 4px 1px;
    color: rgb(0,119,71) !important;
    text-align: left;
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
}

.loginForm input[type="submit"] {
    padding: 8px;
    background-color: rgb(0,119,71);
    font-size: small;
    border-radius: 0;
    border: none;
}

    .loginForm input[type="submit"]:hover {
        box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.4);
        background-color: rgb(2,87,53);
    }

.loginForm .statusLabel {
    width: 100%;
    margin: 10px 4px 1px;
    color: #808080 !important;
    text-align: center;
    font-weight: 500;
}

input:focus {
    outline: 0;
}

.loginFooter {
    padding: 2vw;
    font-size: 0.8em !important;
    position: absolute;
    bottom: 0;
    color: #808080;
    width: 100%;
}

.SubmitContainer {
    text-align: center;
    margin-top: 3vh;
}

input[type=text], input[type=password] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
    color: #bbbbbb;
    height: 40px;
    font-size: medium;
    text-align: start;
    text-indent: 1em;
}


.share {
    font-size: 28px !important;
    color: #5A5A5A;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    -webkit-transition: all 0.1s ease-in !important;
    -moz-transition: all 0.1s ease-in !important;
    -o-transition: all 0.1s ease-in !important;
    transition: all 0.1s ease-in !important;
}

    .share:hover {
    }

.facebook {
}

    .facebook:hover {
        color: #45619D;
    }

.twitter {
}

    .twitter:hover {
        color: #5EA9DD;
    }


.linkedIn {
}

    .linkedIn:hover {
        color: #282828;
    }


.tumblr {
    background-position: -222px,0px;
}

    .tumblr:hover {
        background-position: -259px,0px;
    }


@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

    @-moz-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}


input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

input:-moz-autofill {
    -moz-animation-name: autofill;
    -moz-animation-fill-mode: both;
}


input:-moz-autofill:focus {   
    -moz-animation-name: autofill;
    -moz-animation-fill-mode: both;       
}


.loginPreMessage {
    width: 100%;
    padding: 40px 0 37px 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.3em;
    font-weight: 600;
    color: #808080 !important;
}

.copyright {
        color: #808080 !important;
}
