body {
	 margin: 0;
	 padding: 0;
	 font-family: metropolis;
	 width: 100%;
}
 #contents {
	/*border: 1px solid;
	*/
	 margin-top: 90px;
	 margin-left: 113px;
	 margin-right: px;
}
 #header-img {
	 float: right;
	 margin-right: 60px;
}
 #contents #email {
	 font-size: 22.15px;
	 margin: 0px;
}
 .email-box {
	 border: 1px solid;
	 width: 450px;
	 height: 48px;
	 border-radius: 6px;
	 display: flex;
	 align-items: center;
	 padding: 0px 20px;
	 margin: 0px;
	 margin-top: 11px;
}
 #contents #pwd {
	 font-size: 22.15px;
	 margin: 0px;
	 margin-top: 21px;
}
 #pwd-box {
	 border: 1px solid;
	 width: 450px;
	 height: 48px;
	 border-radius: 6px;
	 display: flex;
	 align-items: center;
	 padding: 0px 20px;
	 margin: 0px;
	 margin-top: 11px;
}
 .check {
	 margin: 0;
	 padding: 0;
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 width: 490px;
	 padding: 0;
	 margin: 0;
	 margin-top: 0px;
	 margin-bottom: 24px;
	 font-size: 16px;
}
 .check input[type=checkbox] {
	 margin: 2px;
	 transform: scale(1.5);
	 padding: 0px;
}
 .check p {
	 font-size: 17px;
	 color: #2c3e50;
	 font-weight: 500;
	 padding-top: 20px;
}
 #login {
	 justify-content: space-around;
	 color: white;
	 margin: 0px;
	 border: none;
}
 #login a {
	 text-decoration: none;
}
 #loginInput {
	 width: 163px;
	 height: 52px;
	 display: flex;
	 align-items: center;
	 justify-content: space-around;
	 background-color: #1a2530;
	 color: white;
	 margin: 0px;
	 border: none;
	 cursor: pointer;
}
 .acct {
	 margin: 0px;
	 margin-top: 20px;
	 padding: 0px;
	 font-size: 17px;
	 font-weight: 500;
}
 .acct-span {
	 color: #00b628;
}
 .acct-span a {
	 color: #00b628;
	 text-decoration: none;
}
