html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.dsy-container {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-image: url("/image/rzpt/bootstrap/login/login_rzpt_1920.jpg");
    background-position: center center;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/rzpt/bootstrap/login/login_rzpt_1920.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/rzpt/bootstrap/login/login_rzpt_1920.jpg',sizingMethod='scale');
    background-repeat: no-repeat;
    /*background-size: 100%;
    background-position-y: 26px;*/
}

@media screen and (max-height: 800px) {
    .dsy-container {
        width: 100%;
        height: 100%;
        background-image: url("/image/rzpt/bootstrap/login/login_rzpt_1366.jpg");
    }
}
@media screen and (max-width: 1450px) {
    .dsy-container {
        width: 100%;
        height: 100%;
        background-image: url("/image/rzpt/bootstrap/login/login_rzpt_1366.jpg");
    }
}
/* .signin {
   width: 100%;
   height: 100%;
   background: #18c8f6;
   height: auto;
   background:url("../images/login-background.jpg") no-repeat center fixed;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   color: rgba(255,255,255,.95);
}  */
.sign {
    background: url("/image/rzpt/bootstrap/login/login-background.jpg") no-repeat center;
    /* background: #f2f5f7; */
    padding: 4em 0;
    color: rgba(255, 255, 255, .95);
}

/*header 标题*/
.topname span {
    color: #ffffff !important;
}

/*header 导航链接*/
.dsy-navbar > li > a {
    color: #ffffff !important;
}

/*跳转到首页*/
.homePage {
    float: right;
    position: absolute;
    bottom: 50%;
    right: 50px;
    height: 30px;
}

.homePage div {
    position: relative;
    height: 30px;
    top: -721%;
}

.homePage div a {
    font-size: 16px;
    outline: rgb(109, 109, 109) none 0px;
    color: #063E91;
    font-family: "microsoft yahei";
}

.homePage div a:hover {
    color: #ff6823;
}

.btn-group {
    margin-top: -7px;
    padding-left: 14px;
}

.btn-default {
    background-color: #fff;
    margin: 1px;
}

.btn-default:hover {
    background-color: #eee;
}

.btn-default:focus, .active.btn-default, .open .btn-default.dropdown-toggle, .btn-default:active, .btn-default:active:focus, .btn-default:focus {
    background-color: #eee;
}

/*去掉边框*/
.btn-default {
    border: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    background-color: #eee;
}

.currentBtn {
    border: 1px solid #d9d9d9;
    font-weight: bold;
}

.btn-yzm {
    background-image: url("/image/rzpt/bootstrap/login/yzm.png");
    background-size: 100%;
    width: 35px;
    height: 35px;
}

.btn-msg {
    background-image: url("/image/rzpt/bootstrap/login/phone.png");
    background-size: 100%;
    width: 35px;
    height: 35px;
}

.btn-uk {
    background-image: url("/image/rzpt/bootstrap/login/usb.png");
    background-size: 100%;
    width: 35px;
    height: 35px;
}

@media screen and (max-width: 1401px) {
    .btn-default div {
        width: 30px;
        height: 30px;
    }
}

/*中间登录区域*/
.loginsign {
    border-top: 3px solid #F7F7F7 !important;
    border-bottom: 3px solid #F7F7F7 !important;
    border: 0px !important;
    height: 600px;
}

/*登录框面板*/
.signinpanel {
    position: absolute;
    top: 45%;
    height: 360px;
    margin-top: -60px;
    padding: 0px;
    /*margin: 100px auto 50px auto;*/
}

/*登录框面板*/
.signinpanel .sign-right {
    position: relative;
    width: 350px;
    height: 360px;
    top: -34%;
    left: 30%;
}

/*@media screen and (max-height: 800px) {
    .signinpanel {
        margin: 0 auto;
        !*width: 420px!important;
        padding: 20px;*!
    }

    .signinpanel .sign-right {
        top: 41%;
        left: 130%;
    }
}*/
/*登录框透明form*/
.signinpanel .sign-right form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
}

/*登录框主要内容区域*/
.sign-content {
    background-color: #ffffff;
    padding-bottom: 20px;
    padding-top: 10px;
    width:100%;
}

/*登录框标题*/
.sign-content .form-title {
    width:100%;
    height: 30px;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
}

/*登录页验证模式*/
.yz-model-div {
    height: 37px;
    text-align: center;
}

.yz-model-l {
    border-right: 1px solid #f4f4f4;
}

.yz-model-c {
    border-right: 1px solid #f4f4f4;
}

.yz-model-div a {
    height: 18px;
    text-decoration: none;
    text-align: center;
    color: #666;
    outline: rgb(109, 109, 109) none 0px;
    font-family: "microsoft yahei";
    font-size: 16px;
}

@media screen and (max-height: 770px) {
    .yz-model-div a {
        font-size: 15px;
    }
}

.yz-model-div a:hover, .yz-model-div a.checked {
    font-weight: 700;
    color: #e4393c;
}

/*登录框每行*/
.sign-content .form-group {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sign-content .form-control {
    display: block;
}

.form-control{
    width:85%;
    border-top-right-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;

}

/*分隔线*/
.sign-content hr {
    margin-top: 10px;
    margin-bottom: 0px;
}

/*用户名*/
.sign-content .form-group-usernmae {
    margin-top: 0px;
}

.sign-content .uname {
   /* background: #fff url(/image/rzpt/bootstrap/user.png) no-repeat 95% center;*/
    color: #333;
}

/*密码*/
.sign-content .pword {
    /* background: #fff url(/image/rzpt/bootstrap/locked.png) no-repeat 95% center;*/
    color: #333;
}

/*图片验证码*/
.sign-content .tpyzm {
    width: 160px;
    min-width: 140px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 10px;
}

.sign-content .yzm-img {
    height: 33px;
    margin-left: 7px;
}

/*验证码*/
.sign-content .yzm {
    background: #fff url(/image/rzpt/bootstrap/phone.png) no-repeat 95% center;
    color: #333;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #333;
    width: 140px;
    min-width: 140px;
}

.sign-content .get_yzm {
    background-color: #FF6823;
    color: #fff;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 15px;
    border: 0px;
    min-width: 120px;
}

a {
    color: #FF0000;
    text-decoration: none;
}
.sign-content .btn {
    margin-top: 10px;
}

.dsy-btn-submit {
    color: #fff;
    background-color: #FF6823;
    border-color: #FF6823;
    /*font-weight: 700;*/
}

/*bottom*/
.bottom {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 50px;
    height: 60px;
}

/*表单必录项星标*/
span.required {
    color: #ff4441;
    font-size: 100%;
}

@media screen and (min-height: 770px) {
    .bottom {
        bottom: 80px;
    }
}
#randImage {
    width: 82px;
    border: 0;
    align: absmiddle;
}

.form-group-div div,.form-group-div input{
    float: left;
}
.form-group-div{
    margin-right: 20px;
    margin-top: 10px;
    height: 34px;
    width: 100%;
}

.form-group-div div{
    width: 15%;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border: 1px solid #ccc;
    height: 34px;
}

.icon-login{
    font-size: 20px;
    padding-left: 10px;
    padding-top: 6px;

}

.userlogin_ad_tree{
	display:none;position:absolute;min-width:300px;max-height:360px; overflow:auto;z-index:1000;
}

.mobile-btn-submit {
    color: #fff;
    background-color: #FF6823;
    border-color: #FF6823;
    /*font-weight: 700;*/
    width:84px;
    margin-left: 80px;
}
.label-style{
	left:1.5%;
	font-size: 17px;
}
.mobile-get-yzm {
    background-color: #FF6823;
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    border: 0px;
    height: 33px;
    width:118px;
}

.mobile-yzm-img{
	margin-left: 0px;
    margin-top: 0px;
    border: 0px;
	height: 33px;
}

.forget{
	color: #6A696E;
}

.forget:hover{
	color: #FF0000;
}

.uploadImage{
	height: 230px;
	line-height: 230px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}
.uploadImage p{
	height: 20px;
	line-height:180px;
	font-size: 20px;
    color: #1db69a;
}
.uploadImage button {
	position: absolute;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
    background-color: #1db69a;
    border: 1px solid transparent;
    border-radius: 5px;
    bottom: 0px;
    right: 16px;
}
.uploadImage input{
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -ms-filter:"alpha(opacity=0)";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.uploadImage-p{
	text-indent: 2em;
}
.login-icon-username.input-group-addon {
	background-color: white;
	background-position: center center;
	background-image: url(/image/frame/userIcon.png);
	background-repeat: no-repeat;
}
.login-icon-password.input-group-addon {
	background-color: white;
	background-position: center center;
	background-image: url(/image/frame/lockIcon.png);
	background-repeat: no-repeat;
}
.form-group.input-group {
	border-radius: 5px;
}
.input-group-addon {
	border-radius: 5px;
}