@charset "utf-8";

*{
	font-family: 'Noto Sans JP', sans-serif;
}

body{
  background-color: #d3d3d3;
}

h1{
  font-size: 150%;
}

.center {
  background: #ffffff;
  width: 400px;
  text-align: center;
  border: double 10px rgb(51,102,153);
  margin: 200px auto 100px auto;
  border-radius: 15px;
}

input{
  width: 80%;
}

.login{
  width: 100px;
  display: block;
  margin: 0 0 0 auto;
  font-size: 20px;
  font-weight:600;
  display: inline-block;
  padding: 0.5em 0.5em;
  background: rgb(29,32,153);
  color: #FFF;
  border-radius: 10px;
  border: none;
}

#login_form {
	width:100%;
	font-size: 20px;
}

.input {
  font-size: 16px;
  border-radius: 10px;
  border: 3px solid #9c9c9c;
}