body {
	background-color: #fff;
}

#actionbox {
	box-shadow: 0 0 14px #ccc;
}

#loginform .input-group {
    margin: 10px 10%;
    width: 80%;
}
#actionbox button#submit {
    width: 100%;
    border-radius: 18px;
}
