@charset "utf-8";

body {
	background-color: #c1dea1;
    background: url(../_images/3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* CSS Document */
.memberlogin{
    font-family: "Arial Narrow", Arial, sans-serif;
    text-align: center;
    color: darkblue;
    margin: 15% 0 0 0;
}
.title{
    margin:0;
    padding: 0 5px 0 5px;
    background-color: #057029;
    color: #fff;
}
#login {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
    padding: 10px;
    border: #fff solid 1px;
    background-color: lightskyblue;
    border-radius: 20px;

}

#form {
    width:280px;
    margin-right: auto;
    margin-left: auto;
}

#form1 {
}

.button_width{
	-webkit-appearance: none;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.textbox {
	-webkit-appearance: none;
	display: block;
	height: 60px;
	line-height: 60px;
	background-color: #c3c3c3;
	border: 1px solid #057029;
	font-family: "Century Gothic", cursive;
	font-size: 35px;
	color: #134909;
	width: 280px;
	padding-left: 20px;
}


