
.logo-img
{
	width: 40%;
}
.div-logo
{
	position: relative;
	z-index: 2;
	top: 40px;
}

/*.line-input {
	display: inline-block;
	position: relative;
	z-index: 0;
	background-clip: padding-box;
	border-radius: 10px;
}
.line-input:before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	padding: 5px;
	border-radius: 10px;
	background: linear-gradient(#00ccff, #0236f9);
	-webkit-mask: 
	linear-gradient(#fff 0 0) content-box, 
	linear-gradient(#fff 0 0);
	mask: 
	linear-gradient(#fff 0 0) content-box, 
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;

}*/

input[type=text]
{
	width: 100%;
	padding: 10px 10px;
	margin: 5px 0;
	box-sizing: border-box;
	font-size: 80%;
	font-weight: bold;
	font-family: kanit;
	color: #0a4573;
	text-decoration: none;
	background-color: #ffffff;
	border-radius: 15px;
	border: 3px solid #0097ff94;
	box-shadow: 0 2px 0 #fff;
}
input[type=text]::-webkit-input-placeholder {
	font-weight: bold;
	color: #0a4573;
}

input[type=text]::-ms-input-placeholder { 
	font-weight: bold;
	color: #0a4573;
}

input[type=text]::placeholder {
	font-weight: bold;
	color: #0a4573;
}
select
{
	width: 100%;
	padding: 10px 10px;
	margin: 5px 0;
	box-sizing: border-box;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	font-weight: bold;
	color: #0a4573;
	font-size: 80%;
	text-decoration: none;
	border: 3px solid #0097ff94;
	border-radius: 15px;
	font-family: kanit;
	box-shadow: 0 2px 0 #fff;
}

@media (max-width: 767px) 
{
	body
	{
		width:100%;
		overflow-x: hidden;
		background-image: url('../images/background-mobile.png'); 
		background-size: 100% 100%;
		background-repeat: repeat-y;
	}
}

@media (min-width: 768px) 
{
	body
	{
		width:100%;
		overflow-x: hidden;
		background-image: url('../images/background-mobile.png'); 
		background-size: 100% 100%;
		background-repeat: repeat-y;
	}
}

@media (min-width: 992px) 
{
	body
	{
		width:100%;
		overflow-x: hidden;
		/* background-image: url('../images/background.png'); 
		background-size: 100% 100%;
		background-repeat: repeat-y; */
		background: url('../images/background.png') no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media (min-width: 1200px) 
{
	body
	{
		width:100%;
		overflow-x: hidden;
		/* background-image: url('../images/background.png'); 
		background-size: 100% 100%;
		background-repeat: repeat-y; */
		background: url('../images/background.png') no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}