#login-form-wrapper {
	position: relative;
	z-index: 1;
    width: 95%;
    max-width: 600px;
    margin: 0 auto 30px;
    border: 2px solid #b39978;
    border-radius: 4px;
    padding: 20px;
    background-color: white;
}

#login-form-wrapper .btn {
	margin-top: 10px;
	color: white;
	background-color: #b39978;
}

.message {
	text-align: center;
	color: #bc0f0f;
	font-weight: 300;
}