@charset "utf-8";
html, body {
  	height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-image: url("../imgs/bg_signin.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
	border: 2px solid #ccc;
	border-radius: 12px;
	background-color: white;
}