html, body
{
	background-image: url('../../images/bg_image.png');
	height: 100%;
}

#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.login_box {
	position: relative;
	top: 60px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    margin: 0 auto 10px;
    width: 380px;
    height: 228px;
}

.login_box 
	.header_login_box{
	    background: none repeat scroll 0 0 #E0E0E0;
	    border-bottom: 5px solid #CCCCCC;
	    border-radius: 20px 20px 0 0;
	    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.login_box 
	.header_login_box
		td{
		    font: 100 15px/42px 'PT Sans',sans-serif;
		    height: 42px;
		    padding: 0 20px; 
}

.footer_login_box {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0 0 6px 6px;
    font: 100 15px/42px 'PT Sans',sans-serif;
    height: 42px;
    padding: 0 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}

#footer {
  height: 60px;
  background-color: #3c454f;
}

#login_alert{
	display: none;
	position: absolute;
    top:3px;
    left: 0;
    right: 0;
    margin: auto;
	width: 380px;
}







