body {
    background-image: url(../images/bg2.jpg);
    text-align: center;
    background-size: 100% 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; 
    position:initial !important;
}
.htbbg {
    background: url(../images/bg2.1.jpg);
    text-align: center;
    background-size: 100% 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; 
    position:initial !important;
}
form {
width:100%;
height:100%;
position:relative;
}
.top {
    width: 100%;
    position: absolute;
    top: 10px;
    line-height: 80px;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: right;
    right: 13%;
    padding-right: 167px;
}
.logonfooter {
    width: 100%;
    position: absolute;
    bottom: 20PX;
    line-height: 40px;
    left: 0px;
    right: 0px;
    color: #fff;
    text-align: center;
    padding-left: 80px;
    font-size: 16px; 
}
.login {
    background: #fff;
    width: 300px;
    text-align: center;
    padding: 70px 35px;
    border-radius: 2px;
    position: absolute;
    top: 23%;
    right: 13%;
}

.title {
	font-weight: 600;
	font-size: 22px;
	color: #333;
	margin-bottom: 40px;
}

.line {
    border-bottom: 1px solid #d8d8d8;
    margin: 22px 1%;
    width: 96%;
    padding-bottom: 10px;
}

.line input {
	border: none;
	padding: 0px 1%;
	margin: 1%;
	background: #ffffff !important;
	width: 84%;
	font-size: 16px; 	 
	outline: none;

}

    .line .smallImg {
        width: 26px;
        float: left;
        vertical-align: middle;
        margin-top: 1px;
        margin-left: 8px;
    }
 
.logBut {
	background: #8BC34A;
	padding: 10px 60px;
	border: none;
	color: #fff;
	margin-top: 40px;
	font-size: 16px;
	cursor:pointer;
    height:initial !important;
}

.logBut:hover {
    background: rgba(139, 195, 74, 0.7);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

 

 