﻿@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans/Regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #2574db;
    font-family: "Open Sans", Sans-Serif;
    height: 99%;
    box-sizing: border-box;
}

#login-main {
    background-color: #fff;
    width: 360px;
    border-radius: 2px;
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2),
                0 3px 16px 2px rgba(0, 0, 0, 0.12),
                0 9px 12px 1px rgba(0, 0, 0, 0.14);
    position: relative;
}

.login-main-all-rounded {
    border-radius: 3px 3px 3px 3px;
}

.login-main-half-rounded {
    border-radius: 3px 0px 0px 3px;
    height:450px;
    float:left;
}

#fbLogo {
    padding-top: 10%;
}

#lblLicenseCheck {
    color: #959ca1;
    font-size: larger;
    font-weight: bold;
    font-style: italic;
}

#LoginContent {
    margin-top: 34px;
}

#fbLoginContent {
    width: 100%;
}

.login-input-container {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #6b7786;
    height: 38px;
    width: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    margin-bottom: 34px;
}

.login-input-container.input-focused {
    border-width: 2px;
    border-color: #0c5cc5;
    height: 36px;
    width: 308px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    font-size: 14px;
    font-family: "Open Sans", Sans-Serif;
    outline: none;
    line-height: 1.43;
    width: 100%;
    display: block;
    border: none;
    padding: 0 16px;
}

.placeholder {
    font-family: "Open Sans", Sans-Serif !important;
    color: #c9c9c9;
    font-size: 14px;
}

.fbLoginButton {
    font-size: 14px;
    cursor: pointer;
    background: none repeat scroll 0 0 #2574db;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 400;
    margin: 35px auto 27px auto;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    width: 93px;
    height: 36px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

    .fbLoginButton:hover {
        background-color: #1666d0;
    }

    .fbLoginButton[disabled] {
        background-color: #9fa9b7;
        cursor: not-allowed;
        opacity: .8;
    }

    #forgot-password-container {
        margin-top: 2%;
    }

    #terms-short-container {
        margin-top: 22px;
        padding-bottom: 22px;
        width: 312px;
    }
        #terms-short {
            font-size: 12px;
            color: #6b7786;
            letter-spacing: .2px;
            margin: 0;
        }

#fbLoginContent a {
    color: #2574db;
    font-size: 14px;
    line-height: 1.43;
    text-decoration: none;
    border-bottom: 1px solid #2574db;
}

    /*hover effect for the anchor tag inside div having class fbLoginContent */
    #fbLoginContent a:hover {
        color: #1666d0;
        border-bottom: 1px solid #1666d0;
    }


.fbLabel {
    color: #606060;
    font-size: 0.9em;
    margin-top: -2px;
    padding-left: 5px;
    position: relative;
}

#failureText{
    position: relative;
}

#login-footer {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    clear: both;
    text-align: center;
    position: relative;
}

    #login-footer p {
        margin: 0 0 3px 0;
        color: #fff;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: .2px;
    }

    #footer-links {
        width: 350px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin: 0 auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .footer-link a {
        cursor: pointer;
        color: #fff;
        line-height: 1.43;
        letter-spacing: normal;
        font-size: 14px;
        border-bottom: 1px solid #fff;
        padding-bottom: 1px;
        text-decoration: none;
    }

p.agree {
    color: #666;
}

    p.agree a {
        color: #666;
        text-decoration: underline;
    }

        p.agree a:hover {
            color: #959ca1;
        }

:placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,  /* Mozilla Firefox 4 to 18 */
::-moz-placeholder, /* Mozilla Firefox 19+ */
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #6b7786;
    font-size: 14px;
}

.ie8 #Username {
    line-height: 43px !important;
}

.ie8 #Password {
    line-height: 43px !important;
}


.ie8 .login-button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}


div.callout {
    /* height: 80px; */
    width: 200px;
    float: left;
}

div.callout {
    background-color: #444;
    background-image: -moz-linear-gradient(top, #444, #444);
    position: absolute;
    color: #ccc;
    padding: 10px;
    border-radius: 3px;
    min-height: 30px;
    border: 1px solid #333;
    text-shadow: 0 0 1px #000;
    font-family: "Open Sans", Sans-Serif;
    display: none;
    z-index: 1000;
    font-size: 15px;
    text-align: center;
}

    div.callout > label > a {
        color: #FFF;
    }

.callout::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
}

.callout.left::before {
    right: -20px;
    top: 40%;
    border-left: 10px solid #444;
}

.callout.leftSingleLineMsg::before {
    right: -20px;
    top: 30%;
    border-left: 10px solid #444;
}

#login-wrapper {
    margin-left: auto;
    margin-right: auto;
    top: 150px;
    display: table;
    margin-top: 7%;
}

#login-ad-content {
    width: 526px;
    height: 425px;
}

    #login-ad-content img {
        border-radius: 5px;
        margin-top: 11px;
        margin-left: -3px;
        width: 520px;
        height: 430px;
    }

#login-ad-main {
    border-radius: 0px 3px 3px 0px;
    height: 450px;
    float: left;
    background-color: rgb(255, 255, 255);
}

.pointer-cursor {
    cursor: pointer;
}

.default-cursor {
    cursor: default;
    pointer-events: none;
}

.login-main-radious-if-adv {
    border-radius: 3px 0 0 3px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fb-logo-image {
    height: 52px;
}

@media screen and (max-width:930px) {
    #login-ad-main {
        display: none;
    }

    #login-wrapper {
        width: 400px;
    }

    #login-main {
        border-radius: 3px;
    }
}

@media screen and (max-width:480px) {
    #login-ad-main {
        display: none;
    }

    #login-wrapper {
        top: 10px;
        width: 300px;
    }

    #login-main {
        border-radius: 3px;
        width: 300px;
    }

    #login-footer {
        top: 10px;
    }

    input[type='text'] {
        border-radius: 6px;
        width: 75%;
    }

    input[type='password'] {
        border-radius: 6px;
        width: 75%;
    }

    .fbLoginButton {
        width: 75%;
    }
}

/* Disable autofill highlighting */
input:-webkit-autofill  {
    -webkit-text-fill-color: var(--text-input-color) !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    background-clip: content-box !important;
}

.tos-dialog {
    padding: 1em;
}

#ProcessingImage {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -112.5px;
    margin-top: -32.5px;
    z-index: 10;
}

#ProcessingImage div {
    width: 100%;
}
