@charset "utf-8";
/**
 * ログイン
 * @require BootStrap5
 * @version 2024-06-19
 */
body {
  display: flex;
	flex-flow: column;
  align-items: center;
	justify-content: center;
  min-height: 100vh;
  background-color: #f5f5f5;
	position: relative;
  height: 640px;
}
.form-signin {
  width: 100dvw;
  max-width: 428px;
  padding: 15px;
  margin: auto;
}
.alert {
	width: 330px;
}
footer {
	position: absolute;
  bottom: 0;
  width: 100%;
}
