/* CSS Document */

.login-form {
    position: absolute;
    top: calc(50% - 169px);
    left: 0;
    width: 100%;
}
.login-form .form-box {
    text-align: center;
    width: 300px;
    margin: 0px auto;
}
.login-form .form-box .logo {
    margin-bottom: 19px;
}
.login-form .form-box form .field {
	text-align:left;
}
.login-form .form-box form .field + .field {
    margin-top: 8px;
}
.login-form .form-box form .field input {
    width: 100%;
}
.login-form .form-box form .field button {
    width: 100%;
}
@media all and (min-width:480px) and (max-width:640px) {
	.login-form {
		padding: 30px 0;
		position: static;
	}
}