html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fafafa;
}

.form-login {
  width: auto;
  padding: 60px 175px;
  margin: auto;
  background-color: #ffffff;
  
}

.title {
	width: 351px;
	height: 56px;
    background-color: #008000;
    padding: 10px;
	border-radius: 2.5px;
	font-size: 38px;
	font-family: HelveticaNeue, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 52px;;
}

.form-login .id {
	position: fixed;
	margin-left: -32px;
	margin-top: 12px;
}
.form-login .pwd {
	position: fixed;
	margin-left: -52px;
	margin-top: 12px;
}
div.password {
  	margin-top: 16px;
  	margin-bottom: 32px;
}
.form-login .login {
	height: 34px;
    font-size: 14px;
    background-color: #008000;
    width: 100%;
}
.form-login .close {
    height: 34px;
    font-size: 14px;
	background-color: darkgray;
    width: 100%;
}
div.button {
  	margin-bottom: 73px;	
}
.form-login input {
	width: 351px;
}
