﻿/*Body*/
body {
    margin: 0;
    color: #333333;
    direction: ltr;
    line-height: 1.28;
    text-align: left;
    background: #385196;
    font-size: 13px;
    font-family: Helvetica, Arial, 'lucida grande',tahoma,verdana,arial,sans-serif;
    /*font-family: Helvetica,"Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif, Arial, "Lucida Sans Unicode";*/
}

.lingoheader {
    position: relative;
    width: 100%;
    height: 60px;
    margin: auto;
    color: #888888;
    background-color: #ffffff;
    font-size: 13px;
    text-align: left;
    box-shadow: 0px 0px 50px 1px #fff;
}

    .lingoheader .logo {
        position: absolute;
        left: 12px;
        top: 23px;
        width: 167px;
        height: 17px;
        line-height: 17px;
        vertical-align: middle;
        margin: 0px;
        color: White;
        font-size: 20px;
        font-weight: bolder;
        text-align: left;
        background: url(/Include/Img/ld-logo.png) no-repeat;
        background-size: 167px 17px;
    }

    .lingoheader .lingodeer {
        position: absolute;
        left: 40px;
        top: 0px;
        width: 180px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
        margin: 0px;
        color: White;
        font-size: 26px;
        font-weight: bolder;
        text-align: left;
    }

    .lingoheader .menu {
        position: absolute;
        left: 215px;
        top: 0px;
        width: 600px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
        margin: 0px;
        color: White;
        text-align: left;
    }

        .lingoheader .menu .item {
            float: left;
            color: #6d6d6d;
            font-size: 16px;
            cursor: pointer;
            height: 34px;
            vertical-align: middle;
            line-height: 34px;
            padding: 0 20px;
            text-align: center;
            margin: 15px 10px auto 10px;
        }

            .lingoheader .menu .item:after {
                clear: both
            }

            .lingoheader .menu .item:hover {
                color: #000;
                font-weight: 700;
            }

        .lingoheader .menu .itemon {
            float: left;
            color: #000;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            height: 34px;
            vertical-align: middle;
            line-height: 34px;
            padding: 0 20px;
            text-align: center;
            margin: 15px 10px auto 10px;
        }

    .lingoheader .accountarea {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 200px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
    }

        .lingoheader .accountarea .signin {
            float: right;
            color: #6d6d6d;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            height: 34px;
            vertical-align: middle;
            line-height: 34px;
            padding: 0 10px;
            text-align: left;
            margin: 15px 10px auto 10px;
        }

            .lingoheader .accountarea .signin:hover {
                color: #000;
                font-weight: 700;
                /*-webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    background:#1493d1*/
            }

        .lingoheader .accountarea .signinon {
            float: left;
            color: #000;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            height: 34px;
            vertical-align: middle;
            line-height: 34px;
            padding: 0 20px;
            text-align: center;
            margin: 15px 10px auto 10px;
            /*-webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
    background:#1493d1*/
        }

        .lingoheader .accountarea .account {
            float: left;
            color: #6d6d6d;
            font-size: 14px;
            width: 80px;
            cursor: pointer;
            height: 34px;
            vertical-align: middle;
            line-height: 34px;
            padding: 0 10px;
            text-align: center;
            margin: 14px 10px auto 10px;
        }

            .lingoheader .accountarea .account:hover {
                color: #000;
                font-weight: 700;
                /*-webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    background:#064994;*/
            }

            .lingoheader .accountarea .account .accountmenu {
                position: absolute;
                top: 30px;
                left: -50px;
                z-index: 10010;
                display: none;
                text-align: left;
                padding: 15px 0 20px 0;
                margin-top: 15px;
                width: 200px;
                font-weight: 700;
                cursor: default;
            }

                .lingoheader .accountarea .account .accountmenu .inner:before,
                .lingoheader .accountarea .account .accountmenu .inner:after {
                    position: absolute;
                    z-index: 102;
                    width: 20px;
                    height: 20px;
                    background: #fff;
                    /*-webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);*/
                    display: block;
                    margin: 0 0 0 -10px;
                    right: 10%;
                    top: -8px;
                    content: ''
                }

                .lingoheader .accountarea .account .accountmenu .inner:before {
                    /*z-index:-2;
    -webkit-box-shadow:-2px -2px 15px rgba(0,0,0,0.15);
    -moz-box-shadow:-2px -2px 15px rgba(0,0,0,0.15);
    box-shadow:-2px -2px 15px rgba(0,0,0,0.15)*/
                }

                .lingoheader .accountarea .account .accountmenu .inner {
                    position: relative;
                    background-color: #fff;
                    background-clip: padding-box;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    font-size: 13px;
                    white-space: normal;
                    /*-webkit-box-shadow:0 0 15px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.2);
    box-shadow:0 0 15px rgba(0,0,0,0.2);*/
                    padding: 0px;
                    border: 1px solid #999;
                    width: 160px;
                    height: 150px;
                    color: #232b37;
                    line-height: 25px;
                }

                    .lingoheader .accountarea .account .accountmenu .inner .setting {
                        position: absolute;
                        left: 20px;
                        top: 20px;
                        padding: 5px;
                    }

                    .lingoheader .accountarea .account .accountmenu .inner .message {
                        position: absolute;
                        left: 20px;
                        top: 50px;
                        padding: 5px;
                    }

                    .lingoheader .accountarea .account .accountmenu .inner .signout {
                        position: absolute;
                        border-top: 1px solid #ccc;
                        width: 110px;
                        left: 20px;
                        top: 100px;
                        padding: 5px;
                    }

.emailpasswordbtn {
    background: url(https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/mail.svg) no-repeat 20px 12px;
    background-size: 20px 20px;
    text-align: left;
    padding: 8px 16px;
    padding-left: 55px;
    width: 150px;
    min-width: 64px;
    line-height: 30px;
    height: 30px;
    background-color: #ca4f40;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.facebooksignbtn {
    background: url(https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/facebook.svg) no-repeat 20px 12px;
    background-size: 20px 20px;
    text-align: left;
    padding: 8px 16px;
    padding-left: 55px;
    width: 150px;
    min-width: 64px;
    line-height: 30px;
    height: 30px;
    background-color: #415893;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.googlesignbtn {
    background: url(https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg) no-repeat 20px 12px;
    background-size: 20px 20px;
    text-align: left;
    padding: 8px 16px;
    padding-left: 55px;
    width: 150px;
    min-width: 64px;
    line-height: 30px;
    height: 30px;
    background-color: #ffffff;
    color: #757575;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.applesignbtn {
    background: url(https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/apple.png) no-repeat 20px 12px;
    background-size: 20px 20px;
    text-align: left;
    padding: 8px 16px;
    padding-left: 55px;
    width: 150px;
    min-width: 64px;
    line-height: 30px;
    height: 30px;
    background-color: #000000;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.m_loginpp {
    position: relative;
    margin: 0px;
    padding: 15px;
    background: #eee;
    text-align: center;
    overflow: hidden;
    border: 0px solid #eee;
}

.m_signup {
    position: relative;
    top: 0px;
    width: 100%;
    height: 350px;
    margin: 10px 10px 10px 10px;
    border: 0px solid #000;
}

    .m_signup .username {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 0px;
        width: 75px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bolder;
        color: #999;
    }

    .m_signup .usernamebox {
        position: absolute;
        text-align: left;
        left: 0px;
        top: 28px;
        width: 320px;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .m_signup .usernamebox:focus {
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }

    .m_signup .email {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 70px;
        width: 75px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bolder;
        color: #999;
    }

    .m_signup .emailbox {
        position: absolute;
        text-align: left;
        left: 0px;
        top: 98px;
        width: 320px;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .m_signup .emailbox:focus {
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }


    .m_signup .password {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 140px;
        width: 140px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bolder;
        color: #999;
    }

    .m_signup .passwordbox {
        position: absolute;
        text-align: left;
        left: 0px;
        top: 168px;
        width: 320px;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .m_signup .passwordbox:focus {
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }

    .m_signup .signupbtn {
        position: absolute;
        left: 0px;
        top: 240px;
        width: 150px;
        height: 30px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        font-weight: bolder;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #ca4f40
    }

        .m_signup .signupbtn:focus {
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }

    .m_signup .goback {
        position: absolute;
        left: 180px;
        top: 248px;
        color: #999;
        text-align: left;
        font-weight: lighter;
        font-size: 12px;
        width: 150px;
    }

        .m_signup .goback:hover {
            color: #000;
            font-weight: bold;
            text-decoration: underline;
        }

    .m_signup .signuperror {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 280px;
        width: 300px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: 100;
        color: #ca4f40;
    }


.forgotpassword {
    position: relative;
    width: 460px;
    height: 280px;
    margin: 10px 10px;
    border: 0px solid #666;
}

    .forgotpassword .othersign {
        position: absolute;
        text-align: left;
        left: 0px;
        top: 60px;
        width: 260px;
        height: 26px;
        line-height: 26px;
        padding-left: 28px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .forgotpassword .emailbox {
        background: url(/Include/Img/email.png) no-repeat 2px 4px;
        position: absolute;
        text-align: left;
        left: 0px;
        top: 60px;
        width: 260px;
        height: 26px;
        line-height: 26px;
        padding-left: 28px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .forgotpassword .emailbox:focus {
            background: url(/Include/Img/email.png) no-repeat 2px 4px;
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }

    .forgotpassword .sendbtn {
        position: absolute;
        left: 0px;
        top: 120px;
        text-align: left;
        width: 150px;
        height: 30px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        font-weight: bolder;
        color: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #ca4f40
    }

        .forgotpassword .sendbtn:hover {
            background: #dd381d;
        }

    .forgotpassword .inforbtn {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 30px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bold;
        color: #999;
    }

    .forgotpassword .feedback {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 150px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: normal;
        color: #f00;
    }

.m_logreg {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 10px 10px 10px 10px;
    border: 0px solid #000;
}

    .m_logreg .email {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 0px;
        width: 75px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bolder;
        color: #999;
    }

    .m_logreg .emailbox {
        position: absolute;
        text-align: left;
        left: 0px;
        top: 25px;
        width: 320px;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .m_logreg .emailbox:focus {
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }

    .m_logreg .password {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 70px;
        width: 75px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bolder;
        color: #999;
    }

    .m_logreg .passwordbox {
        position: absolute;
        text-align: left;
        left: 0px;
        top: 94px;
        width: 320px;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .m_logreg .passwordbox:focus {
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }

    .m_logreg .rememberbox {
        position: absolute;
        left: 0px;
        top: 130px;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        width: 50%;
        text-align: left;
        background: #eeeeee;
    }

    .m_logreg .remembertext {
        position: absolute;
        left: 25px;
        top: 130px;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        text-align: left;
        color: #999;
        font-weight: lighter;
        font-size: 12px;
        font-style: italic;
    }


    .m_logreg .verify {
        position: absolute;
        text-align: left;
        left: 2px;
        top: 170px;
        width: 75px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bolder;
        color: #999;
    }

    .m_logreg .verifyImage {
        position: absolute;
        text-align: left;
        left: 170px;
        top: 195px;
        width: 150px;
        height: 30px;
        line-height: 40px;
        padding-left: 5px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .m_logreg .verifybox {
        position: absolute;
        text-align: left;
        left: 0px;
        top: 195px;
        width: 150px;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
        vertical-align: middle;
        border: 1px solid #999;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .m_logreg .verifybox:focus {
            -webkit-box-shadow: 0 0 20px #92e2ff;
            -moz-box-shadow: 0 0 20px #92e2ff;
            box-shadow: 0 0 20px #92e2ff;
            border: 1px solid #2bb1f3;
        }




    .m_logreg .signinbtn {
        position: absolute;
        left: 0px;
        top: 250px;
        width: 100px;
        height: 30px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        font-weight: bolder;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #ca4f40
    }

        .m_logreg .signinbtn:hover {
            background: #dd381d;
        }

    .m_logreg .forgetpwd {
        position: absolute;
        left: 120px;
        top: 258px;
        color: #999;
        text-align: left;
        font-weight: lighter;
        font-size: 12px;
        width: 150px;
    }

        .m_logreg .forgetpwd:hover {
            color: #000;
            font-weight: bold;
            text-decoration: underline;
        }

    .m_logreg .goback {
        position: absolute;
        left: 260px;
        top: 258px;
        color: #999;
        text-align: left;
        font-weight: lighter;
        font-size: 12px;
        width: 150px;
    }

        .m_logreg .goback:hover {
            color: #000;
            font-weight: bold;
            text-decoration: underline;
        }

    .m_logreg .othersign {
        position: absolute;
        left: 240px;
        top: 258px;
        color: #999;
        text-align: left;
        font-weight: lighter;
        font-size: 12px;
        width: 120px;
    }

        .m_logreg .othersign:hover {
            color: #000;
            font-weight: bold;
            text-decoration: underline;
        }

    .m_logreg .errorfb {
        position: absolute;
        left: 5px;
        top: 300px;
        text-align: left;
        font-weight: lighter;
        font-style: italic;
        font-size: 12px;
        width: 320px;
        color: #f00;
    }

    .m_logreg .signupusing {
        position: absolute;
        text-align: left;
        left: 10px;
        top: 350px;
        width: 300px;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bolder;
        color: #999;
    }

    .m_logreg .sep {
        position: absolute;
        left: 0px;
        top: 240px;
        width: 2px;
        height: 240px;
        background: url(/Include/Img/LogReg/pic_line.png) no-repeat;
    }

    .m_logreg .signupbtn {
        position: absolute;
        top: 380px;
        left: 0px;
        width: 200px;
        height: 30px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        font-weight: bolder;
        line-height: 30px;
        padding-left: 0px;
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #1493d1
    }

        .m_logreg .signupbtn:hover {
            background: #0f6590;
        }

    .m_logreg .facebookbtn {
        position: absolute;
        left: 0px;
        top: 380px;
        text-align: center;
        width: 200px;
        height: 30px;
        border: 0px;
        cursor: pointer;
        font-weight: bolder;
        line-height: 30px;
        padding-left: 0px;
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #2275d1
    }

        .m_logreg .facebookbtn:hover {
            background: #064994;
        }

    .m_logreg .googlebtn {
        position: absolute;
        left: 0px;
        top: 420px;
        width: 200px;
        height: 30px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        padding-left: 0px;
        font-weight: bolder;
        line-height: 30px;
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #d83732
    }

        .m_logreg .googlebtn:hover {
            background: #b01a15;
        }

    .m_logreg .applebtn {
        position: absolute;
        left: 0px;
        top: 460px;
        width: 200px;
        height: 30px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        padding-left: 0px;
        font-weight: bolder;
        line-height: 30px;
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #000000
    }

    .m_logreg .applebtn2 {
        position: absolute;
        left: 0px;
        top: 500px;
        width: 200px;
        height: 30px;
        border: 0px;
        text-align: center;
        cursor: pointer;
        padding-left: 0px;
        font-weight: bolder;
        line-height: 30px;
        color: #fff;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #000000
    }

    .m_logreg .applebtn:hover {
        background: #666666;
    }

    .m_logreg .applebtnicon {
        background: url(/Include/Img/LogReg/signupgoogle.png) no-repeat 2px 5px;
        background-size: 26px 20px;
        position: absolute;
        left: 450px;
        top: 200px;
        width: 33px;
        height: 30px;
        border: 0px;
        cursor: pointer;
    }
