html {
height: 100%;
}
.signin{
width: 100%;
position: relative;
height: 100%;
}
/* .signin .col-md-5{
width: 50%;
} */
.container{
position: relative;
width: 100%;
height: 100%;
background: url(../img/login_background.png) no-repeat left top;
background-size: 100% 100%;
}
.signin_left {
color: #fff;
}
.signin_left i{
display: inline-block;
width: 50px;
height: 36px;
vertical-align: middle;
background: url(../img/login_logo.png) left top no-repeat;
}
.signin_left h2{
font-size: 30px;
font-family: '黑体';
margin-top: 15%;
margin-bottom: 0;
}
.signin_left h2 + p,.left_word>div h2 + p{
margin-top: 22.163%;
margin-bottom: 22.163%;
font-size: 18px;
}
.signin_left h3,.left_word>div h3{
font-size: 24px;
color: #006967;
margin-bottom: 2.5%;
}
.signin_left h3 + p,.left_word>div h3 + p{
line-height: 30px;
font-size: 18px;
color: #fff;
}
.signin_right{
position: absolute;
top: 18%;
right: 8.1%;
width: 610px;
height: 600px;
}
/*.signin_right .signin_panel h1{
font-size: 24px;
font-family: '华文仿宋';
margin: 0 0 19.46% 0;
font-weight: 600;
}*/
.signin_panel .logo_title{
margin-left: 25px;
width: 100%;
font-size: 0;
}
/* .logo_title>img,.logo_title span{
} */
.logo_img{
display: inline-block;
vertical-align: top;
}
.logo_content{
display: inline-block;
vertical-align: top;
}
.logo_text span{
font-size: 45px;
line-height: 45px;
font-family: '华文仿宋';
font-weight: 600;
margin-left: 15px;
color: rgb(255, 255, 255);
}
.logo_footer{
margin-left: 15px;
/* height: 10px; */
/* border: 1px solid rgb(255, 255, 255); */
width: 470px;
height: 15px;
margin-top: -3px;
background: url(../img/logo_footer.png) no-repeat;
background-position: -95px -145px;
}
/* .logo_footer > img {
background-position: 0 -20px;
} */
.sigin_wrapper{
margin-top: 5.1%;
width: 610px;
height: 480px;
padding: 60px 65px 0 65px;
background: rgb(255, 255, 255);
border-radius: 30px;
}
.signin_panel .signin_user,
.signin_panel .signin_password,
.signin_panel .signin_seat{
position: relative;
margin-bottom: 25px;
}
.signin_icons{
position: absolute;
left: 20px;
top: 19px;
width: 17px;
height: 17px;
display: inline-block;
background: url(../img/signin_icon.png) left top no-repeat;
}
.signin_password .signin_icons{
background-position: 0 -30px;
}
.signin_seat .signin_icons{
background-position: 0 -16px;
height: 15px;
}
.keyboard_icons{
position: absolute;
right: 20px;
top: 15px;
width: 40px;
height: 25px;
display: inline-block;
background: url(../img/keyboard_icons.png) left top no-repeat;
}
.signin_panel .form-control{
padding-left: 57px;
height: 55px;
line-height: 55px;
font-size: 16px;
font-family: SourceHanS;
color: #000;
}
.singin_rpassword{
margin-top: 4px;
margin-top: 7px;
}
.rpassword {
float: left;
}
.rpassword input[type="checkbox"]{
appearance: none;
-webkit-appearance: none;
outline: none;
display:none;
}
.rpassword .checkbox_icon{
width: 16px;
height: 16px;
display: inline-block;
background: url("../img/checkbox.png") no-repeat;
background-position:0 0;
vertical-align: sub;
border: 1px solid #5c616b;
cursor: pointer;
}
.rpassword input[type="checkbox"]:checked + .checkbox_icon{
background-position:0 -14px;
}
.rpassword label{
color: #5c616b;
font-size: 14px;
font-family: '宋体';
font-weight: normal;
line-height: 14px;
height: 14px;
cursor: pointer;
}
.fpassword{
float: right;
}
.fpassword a{
color: #5c616b;
text-decoration: none;
font-size: 14px;
font-family: '宋体';
}
.ts{
position: absolute;
right: 12.5px;
top: 12.5px;
height: 15px!important;
}
.Yz_error{
width: 15px;
background: url("../img/yz.png") no-repeat 0 -15px;
}
.Yz_success{
width: 20px;
background: url("../img/yz.png") no-repeat 0 0;
}
.btns{
width: 470px;
background-color: #d1141b;
color: #fff;
height: 60px;
line-height: 60px;
text-align: center;
border: 0;
outline: none;
border-radius: 10px;
cursor: pointer;
margin-top: 55px;
margin-bottom: 12px;
font-size: 16px;
letter-spacing: 6px;
}
.btns:hover{
background-color: #ad1316;
}
.fregister{
font-size: 13px;
font-family: '宋体';
}
.fregister span{
color: #5c616b;
}
.fregister a{
color: #1582b4;
}
._success{
border-color: #c91e32!important;
}
._fail{
border-color: red!important;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
font-family: '华文仿宋';
color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
font-family: '华文仿宋';
color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
font-family: '华文仿宋';
color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
font-family: '华文仿宋';
color: #999999;
}
@media only screen and (max-width: 1920px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
div.signin_left{
display: none;
}
div.left_word{
display: none;
}
div.signin_right .signin_panel {
/* margin: 10% auto 0 auto; */
float: none;
/* color: #fff; */
}
}
@media only screen and (max-width: 768px) {
div.signin_left{
display: none;
}
}