@charset "utf-8";

input.font-awesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_box {
  display: flex;
  flex-direction: column;
  align-items: center;
	max-width: 680px;/** shinohara 追加**/
}
div.login_box div {
	color: #505050;
	line-height: 2;/** shinohara 追加**/
}
div.login_box div img{
	border-radius: 50%;
	margin: 2rem 0;}/** shinohara 追加**/
.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

h1 {
  text-align: center;
  font-size: 18px;
  color: #aaa;
  margin-top: 4em;
}

.password {
  width: 300px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login_btn {
  width: 300px;
  height: 40px;
  background-color: #ccc;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 1em;
}