@charset "UTF-8";
body {
	margin: 0 auto;
	width: 1080px;
	height: 3164px;
	background-color: #17254E;
	background-position: center;
	background-repeat: no-repeat;
	overflow-x:auto;
	overflow-y:auto;
}

.btn1 {
	background:url(../images/btn.png); 
	border-style:none;  
	background-repeat:no-repeat;
	background-size: 100%;
	background-position:0 8px;
	font-size: 30px;
	color:#F8F8FF;
	width: 11%;
	height:93px;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {

	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; 
}

input {
	background-color:transparent;
}
