@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');

/* .center{
	margin: 70px auto;
	width: 700px;

	border-radius: 5px;
	position: relative;
	
} */
.center {
    margin: 70px auto;
    width: 100%; /* Allow it to shrink on smaller screens */
    max-width: 800px; /* Set a maximum width for larger screens */
    border-radius: 5px;
    position: relative;
    /* background: #2c3e50; Uncomment if needed */
    /* border: 1px solid #243342; Uncomment if needed */
    box-shadow: 0 1px 2px rgba(226, 226, 226, 0.1); /* Optional: Add shadow for better aesthetics */
    padding: 20px; /* Optional: Add some padding inside the box */
}
.center .btns{
	display: flex;
	padding: 40px 0px 20px 30px;

}
.btns a{
	text-decoration: none;
	align-items: center;
	width:50%;
	height:50px;
	padding: 4px 25px;
	font-size: 15px;
	text-align: center;
	color: white;
	font-family: arial;
	background: #239b56;
	border-radius: 2px;
	justify-content: center;
	display: flex;
}
a.a2{
	background: black;

}
.a1 .a2{
	color:white;
	
}
.center .header{
	text-align: center;
	font-size: 18px;
	color: black;
	padding: 5px 0 10px 0;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
}
.miniheader{
	text-align: center;
}
form input{
	height: 45px;
	width: 400px;
	font-size: 20px;
	background: none;
	border: 1px solid #7A47DD;
	border-radius: 2px;
	padding: 0 10px;
	margin-left: 35px;
	outline: none;
	color: white;
}
::placeholder{
	color: #7A47DD;
}
form input.lstname{
	margin-left: 20px;
}
form input.email{
	width: 400px;
	margin-top: 20px;
}
form input[type="submit"]{
	margin: 30px 0 40px 35px;
	width: 200px;
	margin-left: 140px;
	height: 50px;
	font-size: 20px;
	cursor: pointer;
	color: white;
	background: #7A47DD;
	border: 1px solid #7A47DD;
}
form input[type="submit"]:hover{
	background: #7A47DD;
	transition: .5s;
}
.center .header1{
	padding-bottom: 10px;	
}
.center .login-form{
	display: none;
}
@media only screen and (max-width: 960px) {
	.center{
		margin: 70px auto;
		width: 360px;
	
		border-radius: 5px;
		position: relative;

	}
	.btns a{
		text-decoration: none;
		padding: 4px 40px;
		font-size: 20px;
		color: white;
		font-family: arial;
		background: #239b56;
		border-radius: 0px;
	}
	a.a2{
		background: black;
	}
	form input{
		height: 45px;
		width: 80%;
		font-size: 17px;
		background: none;
		border: 1px solid#7A47DD;
		border-radius: 2px;
		padding: 0 10px;
		margin-left: 35px;
		outline: none;
		color: white;
	}
	form input.email{
		width: 80%;
		margin-top: 20px;
	}
	form input[type="submit"]{
		margin: 20px 0 40px 25px;
		width: 220px;
		margin-left: 70px;
		height: 50px;
		font-size: 15px;
		cursor: pointer;
		color: white;
		background: #7A47DD;
		border: 1px solid #7A47DD;
	}
  }

  @media (max-width: 768px) {
	.btns a {
		font-size: 0.8rem; /* Increase font size on smaller screens */
		padding: 15px;
	}
}

@media (max-width: 480px) {
	.btns a {
		font-size: 0.8rem; /* Further increase font size for mobile */
		padding: 15px;
	}
}
