/*---------------------------------------------------------
        =STRUCTURE
-------------------------------------------------------- */


/*
        @Background
-------------------------------------------------------- */

#background {
    background: url(/images/login_background.jpg) top center no-repeat;
    border-left: 1px solid #706565;
    border-right: 1px solid #706565;
    height: 478px;
    padding-top: 40px;
    position: relative;
    margin: 0 auto 45px;
    min-width: 700px;
}

/*
        @Container
-------------------------------------------------------- */

#login {
    color: #fff;
    font-size: 12px;
    position: relative;
    min-width: 700px;
}

#login h2 {
    font-size: 16px;
    line-height: 20px;
}

#login h3 {
    font-size: 13px;
    line-height: 14px;
}

#login a {
    outline: none;
}

#login #logo {
    background: url(/images/login_logo.png) no-repeat;
    display: block;
    height: 66px;
    margin: 0 auto;
    width: 330px;
}
/*
        @Login popover
-------------------------------------------------------- */

#login #popover {
    background: url(/images/login_popover_background.png) repeat-x;
    box-shadow: 0 0 6px #444;
    min-height: 159px;
    max-height: 286px;
    padding-top: 32px;
    position: relative;
    margin: 33px auto;
    width: 480px;
}

#login #popover #languages {
    color: #fff;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    text-decoration: none;
    z-index: 2;
}

#login #popover #languages img {
    margin: 0 5px 2px;
    vertical-align: middle;
}

#login #popover #languages img.arrow {
    margin: 0 0 2px 5px;
}

#login #popover #languages_menu {
    background: #4f4747;
    box-shadow: 0 0 6px #444;
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    width:121px;
    z-index: 1;
}

#login #popover #languages_menu a {
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 10px;
    text-decoration: none;
}

#login #popover #languages_menu a:hover {
    background-color: #595353;
}

#login #popover .part {
    float: left;
    min-height: 145px;
    margin-bottom: 14px;
    padding: 0 20px;
    position: relative;
}

#login #popover .pink_button {
    bottom: 0;
    left: 22px;
    position: absolute;
    box-shadow: none;
}

/*
        @Signup part
-------------------------------------------------------- */

#login #popover #part_signup {
    width: 200px;
}

#login #popover #part_signup h2 {
    margin: 0 0 15px;
}

#login #popover #part_signup h3 {
    margin-bottom: 35px;
}
/*
        @Login part
-------------------------------------------------------- */

#login #popover #part_login {
    border-left: 1px solid #585252;
    width: 198px;
}

#login #popover #part_login #error {
    background: url(/images/login_popover_error_background.png);
    color: #960443;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    padding: 5px;
}

#login #popover #part_login form {
    height: 63px;
}

#login #popover #part_login ul li > ul > li {
    min-height: 26px;
}

#login #popover #part_login ul li > ul > li.first {
    padding-bottom: 10px;
}

#login #popover #part_login input:invalid {
    box-shadow:none;
}

#login #popover #part_login input[type=text],
#login #popover #part_login input[type=email],
#login #popover #part_login input[type=password] {
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    width: 185px;
}

#login #popover #part_login.login #forgot_password {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin: 0px 0 10px 5px;
}

#login #popover #part_login.login #remember input {
    margin: -2px 5px 0 0;
    vertical-align: middle;
}

#login #popover #part_login.login #remember label {
    font-size: 11px;
}

/*
        @Forgot password
-------------------------------------------------------- */


#login #popover #part_login.forgotpassword h2 {
    margin-bottom: 10px;
}

#login #popover #part_login.forgotpassword h3 {
    margin-bottom: 10px;
}

#login #popover #part_login.forgotpassword #cancel {
    bottom: 6px;
    color: #9f9c9c;
    font-size: 11px;
    position: absolute;
    right: 27px;
}

#login #popover #part_login.forgotpassword #passwordsent {
    margin-top: 20px;
}

#login #popover #part_login.forgotpassword #passwordemail {
    margin-top: 12px;
}

/*
        @Reset password
-------------------------------------------------------- */

#login #popover #part_login.resetpassword {
    margin-bottom: 33px;
}

#login #popover #part_login.resetpassword form {
    height: 100px;
}

#login #popover #part_login.resetpassword h2 {
    margin-bottom: 5px;
}

#login #popover #part_login.resetpassword .notice {
    color: #817676;
    font-size: 11px;
    margin-bottom: 10px;
}

#login #popover #part_login.resetpassword input[type=password] {
    margin-top: 10px;
}

#login #popover #part_login.resetpassword label.placeholder {
    *top: 14px;
}

/*
        @Tooltip error
-------------------------------------------------------- */
#login .bt-content {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e3e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e3e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e3e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e3e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e3e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e1e1',GradientType=0 ); /* IE6-9 */
    color: #4f4747;
    padding: 7px 10px !important;
}

#login .bt-content.error {
    padding: 6px 7px 6px 7px !important;
    margin:2px 0px 0 2px !important;
    width: 213px !important;
}

#login .bt-content a {
    color: #4F4747;
    text-decoration: underline;
}

#login #popover #part_login input.error {
    border: 2px solid #960443;
    margin-left: -2px;
}

/*
        @Facebook part
-------------------------------------------------------- */

#login #popover #part_facebook {
    background-color: #433c3c;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

#login #popover #part_facebook a {
    background: #4060a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #4060a1 0%, #3b5897 50%, #35508d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4060a1), color-stop(50%,#3b5897), color-stop(100%,#35508d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #4060a1 0%,#3b5897 50%,#35508d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #4060a1 0%,#3b5897 50%,#35508d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #4060a1 0%,#3b5897 50%,#35508d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #4060a1 0%,#3b5897 50%,#35508d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4060a1', endColorstr='#35508d',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 0 5px #333;
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding-right: 20px;
    text-decoration: none;
}

#login #popover #part_facebook a img {
    float: left;
    margin-right: 3px;
    margin-left: 13px;
}

/*
        @Notice footer
-------------------------------------------------------- */

#notice {
    color: #706565;
    font-size: 10px;
    padding: 20px 0;
    text-align: center;
}

#notice nav {
    display: inline;
}

#notice nav a {
    color: #706565;
}

#notice nav a:hover {
    text-decoration: none;
}


/*
        @Browser alert
-------------------------------------------------------- */

#login #browser_alert{
    margin: -30px auto 20px;
    position: relative;
    width: 1440px;
}

#login #browser_alert #browser_alert_background {
    background-color:#ffffff;
    filter : alpha(opacity=10);
    -ms-filter: "alpha(opacity=10)";
    height: 30px;
    opacity: 0.1;
}

#login #browser_alert #browser_alert_content {
    color:#ffffff;
    position: absolute;
    text-align:center;
    top: 7px;
    width: 1440px;
}
