﻿@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: #0091CA;
    font-family: "Open Sans", Sans-Serif;
    height: 99%;
}

#login-main {
    background-color: #ffffff;
    text-align: center;
    width: 400px;
    float: left;
    height: 450px;
}

.login-main-all-rounded {
    border-radius: 3px 3px 3px 3px;
}

.login-main-half-rounded {
    border-radius: 3px 0px 0px 3px;
}

#fbLogo {
    padding-top: 20px;
}

#fbLoginContent {
    width: 100%;
}

.username-img span {
    color: #9E9E9E;
    font-size: 2.3em;
    position: relative;
    top: 4px;
    left: -2px;
}

.username-input {
    margin-top: 15px;
    left: -2px;
    border: 2px solid rgb(221, 221, 221);
}

.input-img {
    border: 2px solid #DDDDDD; /*transition: all 0.4s ease-out 0s;*/
    background-color: #F0F0F0;
    border-bottom: 2px solid #DDDDDD;
    border-left: 2px solid #DDDDDD;
    border-radius: 6px 0 0 6px !important;
    border-right: medium none !important;
    border-top: 2px solid #DDDDDD;
    display: inline-block;
    float: left;
    height: 50px;
    left: 32px;
    margin-top: 15px;
    position: relative;
    width: 60px;
    line-height: 42px;
}

input[type="text"], input[type="email"], input[type="password"] {
    border: 2px solid #DDDDDD;
    border-radius: 0 6px 6px 0;
    font-family: "Open Sans", Sans-Serif !important;
    font-size: 25px;
    height: 45px;
    line-height: normal;
    outline: medium none;
    overflow: hidden;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-top: 3px;
    position: relative;
    width: 66%;
    display: inline-block;
    float: left;
    left: 32px;
    line-height: 42px;
}

.placeholder {
    font-family: "Open Sans", Sans-Serif !important;
    color: #C9C9C9;
    font-size: 22px !important;
}

.password-img {
    margin-top: 10px;
}

.password-input {
    margin-top: 10px;
    left: -2px;
}

.password-img span {
    /*transition: all 0.4s ease-out 0s;*/
    color: #9E9E9E;
    font-size: 2.0em;
    position: relative;
    top: 2px;
    left: -1px;
}

.ie9 .password-img span {
    top: 3px;
}

.fbLoginButton {
    margin-top: 10px;
    font-size: 16px;
    font-family: "Open Sans", Sans-Serif !important;
    cursor: pointer;
    background: none repeat scroll 0 0 #0091CA;
    border: 1px solid transparent;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    margin: 10px 0px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    left: 32px;
    top: 0;
    width: 85%;
}

    .fbLoginButton:hover {
        background-color: #0083B7 !important;
    }

#fbLoginContent a {
    color: #0091CA;
    font-family: "Open Sans", Sans-Serif;
    font-size: 0.8em;
    text-decoration: none;
}
    /*hover effect for the anchor tag inside div having class fbLoginContent */
    #fbLoginContent a:hover {
        color: #f2af32;
        text-decoration: underline;
    }


.fbLabel {
    color: #606060;
    font-size: 0.9em;
    margin-top: -2px;
    padding-left: 5px;
    position: relative;
    /*top: -2px;*/
}

#login-footer {
    width: 100%; /*border-top-width: 1px; 	border-top-style: solid; 	border-top-color: #bfc4c7;*/
    color: #FFFFFF;
    font-family: Open Sans !important;
    font-size: 0.7em;
    line-height: 12px;
    padding-top: 3px;
    clear: both;
    text-align: center;
    top: 150px;
    position: relative;
}

    #login-footer p {
        margin-top: 0px;
        margin-bottom: 3px;
        color: #FFFFFF !important;
    }

p.agree {
    color: #666;
}

    p.agree a {
        color: #666;
        text-decoration: underline;
    }

        p.agree a:hover {
            color: #959ca1;
        }

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #C9C9C9;
    font-size: 22px;
    padding-top: 2px;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9B9B9B;
    font-size: 22px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9B9B9B;
    font-size: 22px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9B9B9B;
    font-size: 22px;
}

.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;
}

input:focus {
    color: #000;
}

#login-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: 450px;
    top: 150px;
    display: table;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}

#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-img {
        display: none;
    }

    input[type='text'] {
        border-radius: 6px;
        width: 75%;
    }

    input[type='password'] {
        border-radius: 6px;
        width: 75%;
    }

    .fbLoginButton {
        width: 75%;
    }
}
