@charset "utf-8"; 
body{ background-color:#fff;
	background-repeat:no-repeat;
background-attachment:fixed; 
background-size:100%;
	}
#wrapper { 
	clear: both;
	float: none;
	height: 666px;
	width: 999px;
	padding:auto;
	margin:auto;
}
 #member_login {
 background-repeat:no-repeat;
	clear: both;
	height: 666px;
	width: 666px;
	margin-left:155px;
}
legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
}

.output {
    font: 1rem 'Fira Sans', sans-serif;
}

label {
    display: inline-block;
    font-size: .9rem;
    width: 35%;
}

input[type='text'],
input[type='password'] {
    width: 60%;
}

input {
    margin: .4rem 0;
}
