body {
	background-image: url('/images/loginbanner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}

.form-login {
    background-color: rgba(0,0,0,0.55);
    position: absolute;
    bottom: 10%;
    right: 10%;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 350px;
    border-radius: 15px;
    border-color:#d2d2d2;
    border-width: 5px;
    color:white;
    box-shadow:0 1px 0 #585858;
}