		*{
			margin: 0;
			padding: 0;
		}
		.container-fluid{
			width: 100%;
			height: 100%;
		}
		body{
			background: #f2f2f2;
		}
        .top-head{
            width: 100%;
        }
		.header{
			background: #165A87;
			height: 100px;
		}
		.menu{
			background: white;
			height: 70px;
			position: relative;
			top: 10px;
			width: 80%;
			margin: auto;
			border-radius: 30px;
		}
		.member-form{
			width: 50%;
			height: 100%;
			position: relative;
			top: 30px;
			background: #fff;
			margin: auto;
			border-radius: 1px;
		}
		/*.form-group{
			padding-top: 10px;
		}*/
		.modal-body{
			padding: 20px;
		}
		#text{
			border: 1px solid black;
			border-radius:0;
		}
		.form-group fieldset{
			border: 1px solid black;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		.form-group fieldset ul li{
			font-style: italic;
			font-style: 12px;
		}
		.form-group label{
			color: #000;
			font-weight: bold;
		}
		.footer{
			background: #000;
			margin-top: 30px;
			height: 100px;
		}
		.footer p{
			text-align: center;
			line-height: 100px;
			color: white;
		}
		.footer a{
			text-decoration: none;
			color: orange;
		}