/* Globel */
* {
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}
html,
body {
	font-family: "Noto Sans TC", sans-serif;
	font-weight: 500;
}
body {
	overflow-x: hidden;
	width: 100%;
	max-width: 1920px;
	background: #fff;
	display: flex;
	justify-content: center;
	min-height: 100vh;
	color: #212121;
}

.wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

.main {
	text-align: center;
    margin-bottom: 100px;
}

.title {
	font-size: 30px;
}

.content_wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	margin-top: 15px;
	width: 500px;
	height: 150px;
}

.account,
.server {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

input[type="text"] {
	width: 350px;
	padding: 7px;
	font-size: 20px;
}

input[type="radio"] {
	width: 17px;
	height: 17px;
}

.account p {
	margin-right: 20px;
}

.server p {
	margin-left: 25px;
	margin-right: 45px;
}

.server1 {
	margin-right: 25px;
}

.search_btn {
	padding: 7px 15px;
}

.result {
	margin-top: 20px;
	font-size: 24px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	letter-spacing: 1.5px;
}
