
@media only screen and (min-width:1700px) {

}

@media only screen and (min-width:1600px) {

}

@media(min-width:1425px) and (max-width:1500px) {

}

@media(min-width:1281px) and (max-width:1424px) {

}

@media(min-width:1000px) and (max-width:1280px) {
	.wrapper {
		width: calc(100% - 270px);
		background-size: cover;
	}
	
	.form_content {
		width: 270px;
	}
}

@media only screen and (max-width: 768px) {
	.wrapper {
		width: 100%;
		height: auto;
		padding-top: 65%;
	}
	
	.form_content {
		position: relative;
		width: 100%;
		height: auto;
		top: 45px;
	}
	
	.form {
		width: 400px;
		margin: 0 auto;
		display: table;
	}

}

@media only screen and (max-width: 479px) {

	.form {
		width: 100%;
		margin: 0 auto;
		display: table;
	}
	.logo {
		width: 60%;
	}
	.patlangac {
		right: 0;
		left: 0;
		margin: 0 auto;
		font-size: 18px;
		line-height: 26px;
		bottom: -40px;
		text-align: center;
		background: #a43321;
		color: #fff;
		padding: 5px;
	}
}

@media only screen and (max-width: 375px) {
	.patlangac {
		font-size: 16px;
		line-height: 20px;
	}
	
}

@media only screen and (max-width: 320px) {

}
