#main.mainform{
	background: rgb(56, 63, 66);
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.message{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
}
.msgtitle{
	position: absolute;
	/* color: #a0d7fd; */
	top: -10px;
	left: 0;
	font-size: 52px;
	font-family: 'Times New Roman', Times, serif;

	background-clip: text;
    text-fill-color: transparent;
    background: linear-gradient(180deg, #2fb8ff 0%, #d87efc 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.message .contact{
	margin-left: -50px;
	margin-right: 50px;
}
.message .contact p{
	color: #fff;
	width: 100%;
	margin-bottom: 40px;
	font-size: 14px;
}
.message .contact h1{
	font-size: 48px;
	color: rgb(150,100,30);
}
#msgForm{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 50px;
	margin-right: -50px;
}
.rows{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 50px;
	border-radius: 10px;
	border: 1px solid #3e3e3e;
	background: url(./loginBG.9ec2e4b.png);
	background-color: rgba(0, 0, 0, 0);
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: auto 50%;
	background-position-y: 10%;
	background-position-x: 90%;
	opacity: 0.9;
	background-color: rgba(50, 50, 50, 0.2);
}
.rows .row{
	flex: 1 1 100%;
	display: flex;
	position: relative;
}
.rows .row p.count{
	position: absolute;
	right: 20px;
	bottom: 10px;
	color: #3a3a3a;
}
.rows .row input{
	height: 45px;
}
.rows .row input[type="text"]{
	width: 50%;
}
.rows .row input[type="submit"]{
	width: 150px;
	letter-spacing: 1px;
}
.rows .row p{
	font-weight: bold;
	color: #f0f0f0;
	margin-left: 10px;
}
.rows .row span{
	color: #a0d7fd;
}
.error{
	color: #f00;
	position: absolute;
	top: -22px;
	left: 0;
}
.message .items{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	overflow: hidden;
}
.message .item{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
/* .message .item.msgok{
	margin-top: 200px;
	margin-bottom: -200px;
} */
.message .item a#return-button{
	width: 180px;
	height: 50px;
	background: #f60;
	text-align: center;
	line-height: 50px;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 35px 0 35px 0;
	/* margin-top: -200px;
	margin-bottom: 200px; */
}
.message .item h1{
	font-size: 16px;
	color: green;
	margin-left: -100px;
	margin-right: 100px;
	
}
.message .item .getMessage{
	margin-left: 50px;
	margin-right: -50px;
}

