@charset "utf-8";

body {
	background: url("../../img/loginback.jpeg") center center no-repeat;
}

.container {
	height: 100%;
	padding-top: calc(100vh / 2 - 150px);
}

.login-box {
	margin-top: 40px;
	padding: 20px 0;
}

.login-box div {
    width: 300px;
}

input {
    width: 100%;
	margin-bottom: 11px;
}

button {
    width: 100%;
}