body{
	background-image:url(../images/loginbg.jpg);
	background-attachment:fixed;
	background-size:cover;
}

html, body{
	height:100%;
}

.form-box .header {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
}

#login,#forgot {

    background-color:rgba(255,255,255,1);
    border-radius: 5px;

}

.form-box .body, .form-box .footer{
	background-color:transparent;
}


.btn-block{
	padding:10px 12px!important;
}