body {background: transparent url("/resources/images/login-background.jpg") no-repeat center center; background-size: cover;}
#login-form {width: 400px; display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.form-label {font-size: 24px; text-align: justify;}
.form-label:after { content: ""; display: inline-block; width: 100%;}
#login-form input {height: 30px; width: 327px; margin-bottom: 8px; float: left; background-color: white;}
#login-form button[type="submit"] {width: 65px; height: 68px; text-align: center; float: right; color: white; background-color: #66a1cd; border-color: #66a1cd;}
#login-form button[type="submit"]:active, #login-form button[type="submit"]:focus {background-color: #d3d3d3; border-color: #d3d3d3;}