#login-background {
    background-position: center;
    background-attachment: fixed;
    background-repeat: repeat;
    position: fixed;
    top: 50px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -500;
}


div.login-form {
    display: block;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
    border-style: none;
    border-width: 1px;
    border-color: #81adff;
    padding: 50px 25px;
    z-index: 1000;
}

.login-form input {
    width: 100%;
}

.pure-form legend {
	color: white;
	border-bottom-style: none;
}