﻿/*登录 头部*/
.login_head {
    background-image: url('../App/Wechat/Default/Content/login_bg.gif');
    width: 100%;
    height: 200px;
    line-height: 200px;
}

    /*登录 头部*/
    .login_head img {
        margin-left: 35%;
        width: 30%;
        vertical-align: middle;
    }

/*登录 标题*/
.login_title {
    /*margin-top:30%;*/
    text-align: center;
    color: #007FC4;
    font-size: 1.3em;
}

/*登录 手机号*/
.login_phone {
    margin-left: 2em;
    margin-top: 1em;
    margin-right: 2em;
}

    /*登录 手机号*/
    .login_phone input {
        background-image: url('../App/Wechat/Default/Content/icon_phone.png');
        background-repeat: no-repeat;
        background-position: 8px;
        background-size: 23px;
        padding-left: 35px;
    }

    /*登录 验证码*/
    .login_auth .login_authCode {
        background-image: url('../App/Wechat/Default/Content/icon_password.png');
        background-repeat: no-repeat;
        background-position: 8px;
        background-size: 23px;
        padding-left: 35px;
    }

    /*登录 密码*/
    .login_pwd input {
        background-image: url('../App/Wechat/Default/Content/icon_password.png');
        background-repeat: no-repeat;
        background-position: 8px;
        background-size: 23px;
        padding-left: 35px;
    }

/*登录 登录_取消*/
.login_login_btn {
    margin-top: 1em;
    margin-left: 2em;
    margin-right: 2em;
}

/*登录 取消*/
.login_cancel {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    font-weight: 600;
    width: 42%;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid transparent;
}

/*登录 登录*/
.login_succeed {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    font-weight: 600;
    width: 42%;
    color: #fff;
    background-color: #179FF4;
    border-color: #078FE4;
    float: right !important;
    border: 1px solid transparent;
}

/*按钮*/
.btn {
    border-radius: 10px;
    color: #ffffff;
    width: 13em;
    background-color: #179FF4;
}

/*登录 微信登录*/
.login_wechat {
    margin-right: 2em;
    text-align: right;
    margin-top: 1em;
}

/*登录 注册_忘记密码*/
.login_register {
    text-align: center;
}

/*登录 获取验证码*/
.login_authCode {
    padding-left: 0.75em;
    padding: 6px 12px;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    width: 60%;
}

/*注册 标题*/
.register_title {
    text-align: center;
    color: #007FC4;
    font-size: 1.8em;
    margin-bottom: 1em;
}

/*注册 输入框*/
.register_input {
    margin-left: 2em;
    margin-right: 2em;
}


    /*注册 输入手机*/
    .register_input #phone {
        background-image: url('../App/Wechat/Default/Content/icon_phone.png');
        background-repeat: no-repeat;
        background-position: 8px;
        background-size: 23px;
        padding-left: 35px;
    }

    /*注册 输入验证码*/
    .register_input .register_authCode {
        background-image: url('../App/Wechat/Default/Content/icon_authcode.png');
        background-repeat: no-repeat;
        background-position: 8px;
        background-size: 23px;
        padding-left: 35px;
    }

    /*注册 输入密码*/
    .register_input #RegisterPassword {
        background-image: url('../App/Wechat/Default/Content/icon_password.png');
        background-repeat: no-repeat;
        background-position: 8px;
        background-size: 23px;
        padding-left: 35px;
    }

/*注册 返回*/
.register_back {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    font-weight: 600;
    width: 42%;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border: 1px solid transparent;
}

/*注册 提交*/
.register_succeed {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    font-weight: 600;
    width: 42%;
    color: #fff;
    background-color: #179FF4;
    border-color: #2bb8c4;
    float: right !important;
    border: 1px solid transparent;
}

/*注册 获取验证码*/
.register_authCode {
    padding-left: 0.75em;
    padding: 6px 12px;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    width: 60%;
}

/*注册 获取验证码_按钮*/
.register_authCode_btn {
    padding: 6px 6px;
    background-color: #179FF4;
    color: #fff;
    border-radius: 6px;
    float: right !important;
    border: 1px solid transparent;
    width: 30%;
}

/*登录 选择密码登录*/
.login_select_pwd {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    border-radius: 18px 0px 0px 18px;
    width: 36%;
    height: 1.8em;
    background-color: #179FF4;
    color: #fff;
    border-color: #ccc;
    border: 1px solid #179FF4;
}

/*登录 选择验证码登录*/
.login_select_auth {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    border-radius: 0px 18px 18px 0px;
    height: 1.8em;
    width: 36%;
    background-color: transparent;
    color: #179FF4;
    border-color: #ccc;
    border: 1px solid #179FF4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
