body {
	min-width: 1024px;
	background: url(images/Login_bg_lg.png) repeat-x center center;
	height: 800px;
}
.hitec-signin {
	overflow: auto;
	margin-bottom: 50px;
}
.hitec-signin-logo {
    margin-top: 50px;
}
.hitec-signin-logo img{
	width: 112px;
	height: 112px;
} 
.hitec-signin-image  {
	margin-top: 70px;
}
.hitec-form-signin {
    width:320px;
	border: 5px solid #6bb9f0;
    background: #f7f7f7;
    padding: 15px;
    height: 370px;
    margin: 0 auto;
    margin-top: 205px;
    position: relative;
}
.hitec-form-signin img {
	border: 5px solid #fff;
    border-radius: 50%;
	position: absolute;
	top: -30px;
	right: 20px;
}
.hitec-form-signin h2 {
	font-family: Calibri;
	font-size: 25px;
	color: #006eb7;
	margin-bottom: 20px;
}
.hitec-form-signin a.forgot-password {
	display: block;
}
.hitec-form-signin .btn-custom {
	margin: 20px auto;
}
footer {
    padding-top: 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    body { background:none; background-color:#7FBBE3}
    footer { display:none; }
    .hitec-signin { width:98%; overflow:hidden; margin-top:10px;}
    .hitec-col-image { display:none;}
    .col-xs-offset-2 { width:0px; margin:0px; }  
}