* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../img/background.jpg) no-repeat 0px 0px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

body {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#contain {
	width: 37%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
	background-color: #FFEFDB;
	box-shadow: 7px 7px 17px rgba(52, 56, 66, 0.5);
	border-radius: 5px;
}

p,
.sexDiv {
	margin-top: 10px;
	margin-left: 20px;
	color: #F08080;
}

.sexDiv>input,
.hobby>input {
	width: 30px;
	height: 17px;
}

input,
select {
	margin-left: 15px;
	border-radius: 5px;
	border-style: hidden;
	height: 30px;
	width: 140px;
	background-color: rgba(216, 191, 216, 0.5);
	outline: none;
	color: #F08080;
	padding-left: 10px;
}

#userType {
	width: 150px;
	padding-left: 10px;
	margin-left: 10px;
}

.button {
	border-color: cornsilk;
	background-color: rgba(100, 149, 237, .7);
	color: aliceblue;
	border-style: hidden;
	border-radius: 5px;
	width: 100px;
	height: 31px;
	font-size: 16px;
}

.introduce>textarea {
	background-color: rgba(216, 191, 216, 0.5);
	border-style: hidden;
	outline: none;
	border-radius: 5px;
}

b {
	margin-left: 50px;
	color: #FFEB3B;
	font-size: 10px;
	font-weight: initial;
}
