﻿body {
    background: #000;
    color: #fff;
}
#pc {
    display: block;
}

#phone {
    display: none;
}
.left > div {
    background-image: url(../../Content/Images/Login-black.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 974px;
    position: relative;
}

.container-fluid {
    height: 100%;
    width: 100%;
}

.login > li { float: left; }

.login > li > a { color: #fff; }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #000;
    text-decoration: none;
}

.login > li { margin-left: 20px; }

.login > li > a {
    border-radius: 3px;
    margin-top: 22px;
    padding: 3px 8px;
}

.login > li > a.log_in { border: 1px solid #fff; }

.login > li > a.sign_up { background: #007aff; }

.dropdown-menu {
    min-width: 0;
    width: 100%;
}

.login > li.dropdown {
    margin-right: 30px;
    padding-right: 15px;
}


.login_box > h1 { font-size: 30px; }



.form-group > label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.form-group > input {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    text-indent: 21px;
}

.form-group > i {
    background: url(../../Content/Images/usericon.png) no-repeat center center;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    width: 30px;
}

.forget {
    color: #555;
    float: right;
    line-height: 50px;
}

.button > .btn {
    background-color: #0079ff;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    height: 70px;
    line-height: 64px;
    margin-top: 15px;
    outline: none;
    width: 100%;
}

.register {
    color: #fff;
    margin-top: 50px;
    text-align: center;
}

.register > a:nth-child(1) {
    color: #0079ff;
    margin-bottom: 5px;
    margin-left: 10px;
    text-decoration: underline;
}
.signupbox {
    width: 880px;
    height: 500px;
    background: #fff url(/Content/Images/pic-l.png) no-repeat;
    border-radius: 10px;
    padding-left: 450px;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    display: none;
    box-shadow: 0 0 10px 5px #ccc;
}
/*body {
    background: #F5F5F5;
}*/
.signupbox-father .signupbox:nth-child(1) {
    display: block;
}
    .inputtext {
        border: none;
        border-bottom: 1px solid #ccc;
        width: 249px;
        margin-top: 60px;
        outline: none;
        background: #fff;
        box-shadow: 0 0 0 1000px #ffffff inset;
    }
.nextbutton {
    width: 350px;
    margin-top: 50px;
    line-height: 40px;
    border-radius: 5px;
    background: #0079ff;
    color: #fff;
    border: none;
    display: block;
    text-align: center;
}
.nextbutton:hover {
   color:#fff;
}
.logo{
    line-height:80px;
    font-size:20px;
    font-weight:700;
    color:#000;
    margin-left:100px;
}
.inputtitle {
    color: #000;
    font-size: 24px;
    padding-left: 102px;
    margin-top: 30px;
}
.inputleft {
    display: inline-block;
    color: #000;
    margin-top: 58px;
    width: 100px;
}
.validspan {
    color: #d9534f;
    left: 105px;
    position: absolute;
}
.tap {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    display: block;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-left: 50px;
    cursor: pointer;
    color: #777;
}
.buttonbox{
    margin-top:30px;
    height:50px;
}
.Fees {
    color: #000;
    margin: 0 0 0 16px;
}
#company{
    display:none;
}
.checkedButton{
    background:#007aff;
    color:#fff;
}
#personal li {
    margin-top: 16px;
}
#company li {
    margin-top: 10px;
}
#btnSendCode1 {
    position: absolute;
    left: 705px;
    top: 121px;
}
#passwordSpan
.paddingvalid {
    padding-left: 100px;
}
.hasaccount {
    padding-left: 120px;
    color: #777;
    margin-top: 60px;
}
    .hasaccount a{
        color:#007aff;
    }
.previous {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 400px;
    cursor: pointer;
}

.inputbox {
    position: relative;
}
    .inputbox .glyphicon {
        position: absolute;
        color: #ccc;
        right: 85px;
        top: 60px;
        cursor: pointer;
    }

.welcome {
    position: relative;
    font-size: 30px;
    left: calc(-495px + 20%);
    width: calc(177px + 28%);
    top: calc(50% - 59px);
    text-align: center;
}
.login.form {
    position: relative; 
    top: calc(-15%); 
}

@media (max-width: 768px) {
    .validspan {
        color: #d9534f;
        left: 105px;
        position: absolute;
    }
    .signupbox {
        width: 440px;
        height: 100%;
        background-image: none;
        border-radius: 0px;
        padding-left: 10px;
        position: absolute;
        margin: auto;
        left: 9%;
        right: 0;
        top: 125px;
        bottom: 0;
        display: none;
        box-shadow: none;
    }
    .login_box {
        margin-top: 40px;
    }

    .username { margin-top: 50px; }

    .form-group {
        margin: 32px 5%;
        width: 90%;
    }
}

@media (min-width: 768px) {
    .login_box {
        margin-top: 150px;
    }

    .username {
        margin-top: 70px;
    }

    .form-group {
        margin: 45px 10%;
        width: 80%;
    }
    body {
        background: #000;
        color: #fff;
    }

    #pc {
        display: block;
    }

    #phone {
        display: none;
    }

    .left > div {
        background-image: url(../../Content/Images/Login-black.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        float: left;
        height: 974px;
        position: relative;
    }

    .container-fluid {
        height: 100%;
        width: 100%;
    }

    .login > li {
        float: left;
    }

        .login > li > a {
            color: #fff;
        }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #000;
        text-decoration: none;
    }

    .login > li {
        margin-left: 20px;
    }

        .login > li > a {
            border-radius: 3px;
            margin-top: 22px;
            padding: 3px 8px;
        }

            .login > li > a.log_in {
                border: 1px solid #fff;
            }

            .login > li > a.sign_up {
                background: #007aff;
            }

    .dropdown-menu {
        min-width: 0;
        width: 100%;
    }

    .login > li.dropdown {
        margin-right: 30px;
        padding-right: 15px;
    }


    .login_box > h1 {
        font-size: 30px;
    }



    .form-group > label {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .form-group > input {
        background-color: #000;
        border: 1px solid #fff;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        height: 70px;
        line-height: 70px;
        text-indent: 21px;
    }

    .form-group > i {
        background: url(../../Content/Images/usericon.png) no-repeat center center;
        display: inline-block;
        height: 30px;
        vertical-align: middle;
        width: 30px;
    }

    .forget {
        color: #555;
        float: right;
        line-height: 50px;
    }

    .button > .btn {
        background-color: #0079ff;
        border: none;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        height: 70px;
        line-height: 64px;
        margin-top: 15px;
        outline: none;
        width: 100%;
    }

    .register {
        color: #fff;
        margin-top: 50px;
        text-align: center;
    }

        .register > a:nth-child(1) {
            color: #0079ff;
            margin-bottom: 5px;
            margin-left: 10px;
            text-decoration: underline;
        }

    .signupbox {
        width: 880px;
        height: 500px;
        background: #fff url(/Content/Images/pic-l.png) no-repeat;
        border-radius: 10px;
        padding-left: 450px;
        position: fixed;
        margin: auto;
        left: 0;
        right: 0;
        top: 0px;
        bottom: 0;
        display: none;
        box-shadow: 0 0 10px 5px #ccc;
    }
    /*body {
    background: #F5F5F5;
}*/
    .signupbox-father .signupbox:nth-child(1) {
        display: block;
    }

    .inputtext {
        border: none;
        border-bottom: 1px solid #ccc;
        width: 249px;
        margin-top: 60px;
        outline: none;
        background: #fff;
        box-shadow: 0 0 0 1000px #ffffff inset;
    }

    .nextbutton {
        width: 350px;
        margin-top: 50px;
        line-height: 40px;
        border-radius: 5px;
        background: #0079ff;
        color: #fff;
        border: none;
        display: block;
        text-align: center;
    }

        .nextbutton:hover {
            color: #fff;
        }

    .logo {
        line-height: 80px;
        font-size: 20px;
        font-weight: 700;
        color: #000;
        margin-left: 100px;
    }

    .inputtitle {
        color: #000;
        font-size: 24px;
        padding-left: 102px;
        margin-top: 30px;
    }

    .inputleft {
        display: inline-block;
        color: #000;
        margin-top: 58px;
        width: 100px;
    }

    .tap {
        width: 100px;
        height: 40px;
        line-height: 40px;
        background: #eee;
        display: block;
        text-align: center;
        border-radius: 5px;
        float: left;
        margin-left: 50px;
        cursor: pointer;
        color: #777;
    }

    .buttonbox {
        margin-top: 30px;
        height: 50px;
    }

    .Fees {
        color: #000;
        margin: 0 0 0 16px;
    }

    #company {
        display: none;
    }

    .checkedButton {
        background: #007aff;
        color: #fff;
    }

    #personal li {
        margin-top: 16px;
    }

    #company li {
        margin-top: 10px;
    }

    #btnSendCode1 {
        position: absolute;
        left: 705px;
        top: 120px;
    }

    #passwordSpan
    .paddingvalid {
        padding-left: 100px;
    }
    .validspan {
        color: #d9534f;
        left: 105px;
        position: absolute;
    }
    .hasaccount {
        padding-left: 120px;
        color: #777;
        margin-top: 60px;
    }

        .hasaccount a {
            color: #007aff;
        }

    .previous {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        position: absolute;
        left: 400px;
        cursor: pointer;
    }
}
@media (min-width: 768px) {
    .validspan {
        color: #d9534f;
        left: 105px;
        position: absolute;
    }

}