﻿html, body {
    background: none !important;
}
.bg-img {   
background: url(../image/login-bg.jpg) no-repeat left top !important;
    background-size:100% 100% !important;
    min-height: 100%;
    min-width: 100%;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 60px; 
}
.login-logo{
	position: fixed;
	right: 5%;
	bottom: 5%;
}
.login-logo img{
	width: 70px;
	height: 70px;
}

.login-form {
 position: absolute;
 top: 15%;
 left: 0;
 width: 75%;
 box-sizing: border-box;
 padding: 5px 5% 15px;
}
.login-form .logo{
	width: 170px;
	height: 170px;
	margin-bottom: 10px;
}
.login-form .row{
	border-bottom: 1px solid #cccccc;
	margin: 0;
    line-height: 32px;
    margin-bottom: 10px;
    height: 32px;
}
.login-form .row label {
    font-size:12px;
    display: inline-block;
    width: 22%;
    line-height: 32px;
    color: #7c453e;
}
.login-form .row input {
    font-size: 12px;
    width: 72%;
    box-sizing: border-box;
    background: none;
    height: 30px;
    padding: 8px 0;
    text-indent: 13px;
    outline: none !important;
}


.login-form .row.code input {
	width: 43%;
}

.login-form .row.code span {
	display: inline-block;
	width: 28%;
	line-height: 29px;
	float: right;
	height: 29px;
}

.login-form .row.code span img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.login-form .row.check,.login-form .row.submit{
	border: none;
}
.login-form .check .right a {
    color: #7c453e;
}
.submit button {
	border: none;
    width: 60% !important;
    height: 37px !important;
    background: #fff;
    box-shadow: 0 0 5px #7c453e;
    color: #7c453e;
    padding: 0;
    border-radius: 50px;
}