﻿body {
    margin: auto auto auto auto;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

a {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}

.Index {
    width: 100%;
    height: 100vh;
    margin: auto auto auto auto;
    overflow: hidden;
}

.IndexLeft {
    width: 60%;
    height: 100vh;
    margin: auto auto auto auto;
    float: left;
    background-image: url("../Images/RegisterBg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.IndexRight {
    width: 40%;
    margin: auto auto auto auto;
    float: left;
    background-color: #ffffff;
}

.Login {
    width: 90%;
    margin: 15% auto auto auto;
    overflow: hidden;
}

.slideTxtBox {
    width: 100%;
    margin: auto auto auto auto;
    overflow: hidden;
}

    .slideTxtBox .hd {
        width: 100%;
        height: 50px;
        position: relative;
        overflow: hidden;
        font-size: 30px;
    }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            list-style: none;
            width: 100%;
            height: 50px;
            padding: 0px 0px 0px 0px;
            margin: auto auto auto auto;
            overflow: hidden;
        }

            .slideTxtBox .hd ul li {
                float: left;
                width: 50%;
                height: 50px;
                cursor: pointer;
                font-size: 18px;
                color: #000000;
                padding-top: 15px;
                background-image: none;
                box-sizing: border-box;
            }

                .slideTxtBox .hd ul li.on {
                    color: #f5a122;
                    background-image: url("../Images/slideTxtBox.png");
                    background-position: center bottom;
                    background-repeat: no-repeat;
                }

                .slideTxtBox .hd ul li:first-child {
                    border-right: solid 1px #e4e4e4;
                }

    .slideTxtBox .bd ul {
        width: 100%;
        padding: 0px 0px 0px 0px;
        margin: auto auto auto auto;
        overflow: hidden;
        list-style: none;
    }


        .slideTxtBox .bd ul li {
            width: 100%;
            margin: auto auto auto auto;
            overflow: hidden;
        }

.LoginTel {
    width: 80%;
    margin: 60px auto auto auto;
    overflow: hidden;
}

.LoginPass {
    width: 80%;
    margin: 60px auto auto auto;
    overflow: hidden;
}

.LoginButton {
    width: 80%;
    margin: 60px auto auto auto;
    overflow: hidden;
}

.LoginTel input, .LoginPass input {
    height: 50px;
    border: 1px solid;
    border-radius: 25px;
    border-color: darkgrey;
    outline: none;
    width: 100%;
    /*border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 1px #e4e4e4;*/
    padding-left: 30px;
    box-sizing: border-box;
}

.LoginTel input {
    background-position: left top;
    background-repeat: no-repeat;
}

.LoginPass input {
    background-position: left top;
    background-repeat: no-repeat;
}

.LoginButton input {
    border-radius: 25px;
    width: 100%;
    height: 50px;
    margin: auto auto auto auto;
    border: 0px;
    color: #ffffff;
    background-color: #ef4136;
    letter-spacing: 8px;
    font-size: 18px;
}

.Logins {
    width: 80%;
    margin: 40px auto auto auto;
    overflow: hidden;
}

.LoginRegister {
    width: 60%;
    margin: auto auto auto auto;
    overflow: hidden;
    float: left;
    text-align: left;
}

.LoginsForget {
    width: 40%;
    margin: auto auto auto auto;
    overflow: hidden;
    float: left;
    text-align: right;
}

.LoginRegister a {
    color: #f5a122;
}

.LoginAgreement {
    width: 80%;
    margin: 50px auto auto auto;
    overflow: hidden;
    text-align: left;
    line-height: 25px;
}

    .LoginAgreement a {
        color: #f5a122;
    }

.Loginyzm {
    width: 80%;
    margin: 60px auto auto auto;
    overflow: hidden;
    /* border-bottom: solid 1px #e4e4e4;*/
}

.Loginyzmf {
    width: 98%;
    margin: auto auto auto auto;
    overflow: hidden;
    float: left;
    border: 1px solid;
    outline: none;
    /* position: relative; */
    border-radius: 25px;
    border-color: darkgrey;
}

.Loginyzmb {
    width: 25%;
    margin: auto auto auto auto;
    overflow: hidden;
    float: left;
}

.Loginyzmf input {
    height: 50px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    background-position: left top;
    background-repeat: no-repeat;
    outline: none;
    border: none;
}

.Loginyzmb input {
    color: #f4a122;
    border: 0px;
    background-color: #ffffff;
    height: 50px;
    border: 1px solid;
    border-radius: 25px;
    border-color: darkgrey;
}
