@media only screen and (min-width:1700px){
	.slogan {
    top: 75px;
}

.form_content {
    top: 200px;
    width: 300px;
}
.patlangac {
    width: 11%;
    /* left: 22%; */
}
	
	
	
}
@media(min-width:1425px) and (max-width:1600px) {
.patlangac {
    width: 12%;
}

	.slogan {
    font-size: 40px;
    line-height: 45px;
    top: 40px;
}

.form_content {
    top: 35px;
    width: 300px;
}

}
@media(min-width:769px) and (max-width:1100px) {
	.wrapper {
    background-size: cover;
}
	.patlangac {
    right: 100px;
}
}
@media only screen and (max-width:768px) {
.wrapper {
    /* background: url(../images/mobil_bg.jpg) top center no-repeat; */
    padding-top: 100%;
    height: auto;
    background-size: 100%;
}	
	
.form_content {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(21, 57, 122, 1);
}

body {
    overflow: auto !important;
}

.form {
    width: 350px;
    margin: 0 auto;
}
.patlangac {
    left: initial;
    right: 10px;
    width: 20%;
    bottom: 230px;
    top: inherit;
}
	.slider{
		display: none;
	}	
	
.slider2 {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    display: block;
}
.detay {
    right: inherit;
    bottom: 220px;
    left: 20px;
}	
	
	
}

@media only screen and (max-width:479px) {
.form_content {
	width: 100%;
	box-sizing: border-box
}

.slogan {
	font-size: 28px;
	line-height: 32px;
	top: 0px;
}

.form {
    width: 100%;
}
	
.patlangac {
    bottom: inherit;
    z-index: 2;
    width: 25%;
    top: 100px;
    right: inherit;
    left: 20px;
}
.detay {
    bottom: 340px;
    left: initial;
    right: 8px;
    width: 100px;
    height: 100px;
    font-size: 14px;
    padding: 30px 0;
}
	
}

@media only screen and (max-width:375px) {
.slogan {
    font-size: 24px;
    line-height: 30px;
    top: 0px;
}
.patlangac {
    width: 26%;
    top: 80px;
}
.detay {
    bottom: 265px;
}
}

@media only screen and (max-width:320px) {
	.detay {
    bottom: 220px;
    width: 90px;
    height: 90px;
    font-size: 11px;
}
}
