html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}

.clear{
	clear: both;
}

@font-face { 
  font-family: Rale-Bold;
  font-display: swap;
  src:  url(../fonts/Raleway-Bold.ttf);
}

@font-face { 
  font-family: Rale-ExtraBold;
  font-display: swap;
  src:  url(../fonts/Raleway-ExtraBold.ttf);
}

@font-face { 
  font-family: Rale-SemiBold;
  font-display: swap;
  src:  url(../fonts/Raleway-SemiBold.ttf);
}

@font-face { 
  font-family: Rale-Medium;
  font-display: swap;
  src:  url(../fonts/Raleway-Medium.ttf);
}

@font-face { 
  font-family: Rale-Regular;
  font-display: swap;
  src:  url(../fonts/Raleway-Regular.ttf);
}
@font-face { 
  font-family: Rale-Thin;
  font-display: swap;
  src:  url(../fonts/Raleway-Thin.ttf);
}


html,body{
	width: 100%;
	height: 100%;
}

body{
	width: 100%;
	height: 100%;
	background-image: url('../img/bg.png');
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.login-form-div{
	margin-left: 125px;
	width: 495px;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.logo{
	margin-bottom: 84px
}

.baslik{
	font-family: Rale-ExtraBold;
	font-size: 24px;
	color: #3053a3;
	margin-bottom: 20px
}

.aciklama{
	font-family: Rale-Regular;
	font-size: 18px;
	color: #535353;
	margin-bottom: 24px
}

.login-from .input-div{
	position: relative;
}

.login-from input{
	width: 100%;
	height: 49px;
	padding-left: 65px;
	border: 1px solid #27a9e7;
	border-radius: 10px;
	font-family: Rale-Regular;
	font-size: 16px;
	color: #3054a3;
	margin-bottom: 17px;
	background: none;
	outline: none
}

.login-from input::placeholder{
	color:  #3054a3
}

.login-from .input-div img{
	position: absolute;
	left: 20px;
	top: calc(50% - 23px);
}

.beni-hatirla{
	float: left;
	position: relative;
	padding-left: 28px;
	font-family: Rale-Regular;
	font-size: 16px;
	color: #3054a3;
	margin-bottom: 29px;
	display: flex;
	align-items: center;
	line-height: 18px
}

.sifremi-unuttum{
	float: right;
	font-family: Rale-Regular;
	font-size: 16px;
	color: #3054a3
}

.beni-hatirla input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: none;
  border-radius: 5px;
  border: 1px solid #27a9e7;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.beni-hatirla input:checked ~ .checkmark:after {
  display: block;
}

.beni-hatirla .checkmark:after {
  left: 5.5px;
  top: 2.5px;
  width: 5px;
  height: 10px;
  border: solid #27a9e7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.giris-yap,.uye-ol{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 49px;
	border-radius: 5px;
	font-family: Rale-Regular;
	font-size: 16px;
	color: #f8f8f8;
	border: none;
	outline: none
}

.giris-yap img,.uye-ol img{
	margin-right: 15px;
}

.giris-yap{
	background: #27a9e7;
	margin-bottom: 17px
}

.giris-yap:hover,.beni-hatirla:hover{
	cursor: pointer;
}

.uye-ol{
	background: #504395;
}

.mobil-logo{
	display: none
}

.mobil-aciklama{
	width: 500px;
	font-family: Rale-Thin;
	font-size: 18px;
	color: #ffffff;
	line-height: 33px;
	text-align: left;
	position: absolute;
	top: 50%;
	right: -650px;
}


.footer-cop{
	width: auto;
	font-family: Rale-Regular;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	line-height: 20px;
	position: fixed;
	right: 35px;
	bottom: 26px
}

.footer-cop span{
	font-family: Rale-Bold;
}

.mobil-img{
	display: none
}

.sosyal{
	position: absolute;
	bottom: 30px;
	right: calc(50% - 160px);
	padding-right: 20px;
	padding-top: 28px;
}

.sosyal li{
	display: inline-block;
	margin-left: 17.5px;
	margin-right: 17.5px;
}

.sosyal li a{
	color: #504395;
	font-size: 18px;
}

@media screen and (max-width: 1500px){
	.login-form-div{
		width: 300px
	}
	.logo{
		margin-bottom: 30px
	}
	.sosyal{
		bottom: 15px;
	}
	.mobil-aciklama{
		left: 450px;
	}
	.sosyal{
		right: calc(50% - 122px);
	}
}

@media screen and (max-width: 768px) {
	html,body{
		height: auto;
	}
	body{
		background-image: url('../img/mobil-bg.png');
		height: auto;
	}
	.login-form-div{
		position: inherit;
	}
	.logo{
		display: none;
	}
	.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
	    color:white;
	    
	    
	}
	.checkbox-custom-label, .radio-custom-label
	{
	    color:white;
	}
	.login-form-div{
		width: 100%;
		justify-content: center;
		margin-left: 0;
		padding-left: 63px;
		padding-right: 63px;
		padding-top: 218px;
	}
	.login-from{
		margin-bottom: 237px;
	}
	.mobil-logo{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.desktop-img{
		display: none
	}
	.mobil-aciklama,.footer-cop,.mobil-img{
		display: block;
	}
	.login-from input{
		border: 1px solid #ffffff;
		color:  #efefef
	}

	.login-from input::placeholder{
		color:  #efefef
	}

	.aciklama{
		color: #efefef
	}
	.beni-hatirla,.sifremi-unuttum,.baslik,.sosyal{
		color: #27a9e7;
	}
	.sosyal{
		position: absolute;
		right: 0;
		top: 0;
		height: 50px;
		padding-right: 20px;
		padding-top: 28px;
	}

	.sosyal li{
		display: inline-block;
		margin-left: 35px;
		margin-right: 0px
	}

	.sosyal li a{
		color: #ffffff;
		font-size: 18px;
	}
	.mobil-aciklama{
		width: 100%;
		font-family: Rale-SemiBold;
		font-size: 18px;
		color: #0f709d;
		line-height: 33px;
		margin-bottom: 48px;
		text-align: center;
		position: inherit;
	}
	.footer-cop{
		width: 100%;
		font-family: Rale-Regular;
		font-size: 17.69px;
		color: #504395;
		margin-bottom: 25px;
		text-align: center;
		line-height: 20px;
		position: inherit;
	}

	.footer-cop span{
		font-family: Rale-Regular;
	}
}

@media screen and (max-width: 450px) {
    .login-form-div{
		padding-left: 15px;
		padding-right: 15px;
	}
}