.wrapgiris form {
	padding: 20px;
}

.wrapgiris {
	margin: 50px;
}

.buttong {
	border: 1px solid #FF4B2B;
	background-color: #FF4B2B;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

.buttong:active {
	transform: scale(0.95);
}

.buttong:focus {
	outline: none;
}

.buttong.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}

.formg {
	background-color: #FFFFFF;
	align-items: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
	height: 100%;
	text-align: center;
}

.inputg {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
	display: inline-block;
	color: black !important;
}

.wrapgiris {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .090) !important;
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 866px;
}

body {
	background-color: #F2F3F7
}

.form-wrapgiris {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

.sign-in-wrapgiris {
	left: 0;
	width: 50%;
	z-index: 2;
}

.wrapgiris.right-panel-active .sign-in-wrapgiris {
	transform: translateX(100%);
}

.sign-up-wrapgiris {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.wrapgiris.right-panel-active .sign-up-wrapgiris {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {

	0%,
	49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%,
	100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-wrapgiris {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.wrapgiris.right-panel-active .overlay-wrapgiris {
	transform: translateX(-100%);
}

.overlay {
	/*
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #FF4B2B, #FF416C);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0; */
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.wrapgiris.right-panel-active .overlay {
	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.wrapgiris.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.wrapgiris.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-wrapgiris {
	margin: 20px 0;
}

.social-wrapgiris a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}

h1 {
	font-size: 15px;
}

.form-errors {
	display: none;
	width: 100%
}

.border-danger {
	border: 1px solid darkred;
}

.input-group img {
	width: 63px;
}

.captcha-refresh {
	padding: 5px;
}

h1 {
	font-weight: 700;
}

.selectt {
	background-color: #EEEEEE;
	border: none;
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 7px;
}

input[type="checkbox"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: var(--color);
	width: 16px;
	height: 16px;
	padding: 0;
	border: 0.15em solid lightgrey;
	border-radius: 0.15em;
	transform: translateY(-0.075em);
	display: inline-flex;
}


input[type="checkbox"]::before {
	transform-origin: top left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	color: red;
}

input[type="checkbox"]::before {
	content: "";
	width: 10px;
	height: 10px;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--color);
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
	margin-left: 1px;
	/* margin-top: 1px; */
}

.uyelik-tabs a.active {
	background-color: var(--color) !important;
	color: white !important;
}

.uyelik-tabs a {
	color: black;
	background-color: white;
}

.uyelik {
	margin-top: 50px;
}

.uyelik img.logo {
	margin-bottom: 50px;
}

.sozlemesme-card {
	font-size: 13px;
}

@media only screen and (min-width: 600px) {
	.giris-wrap {
		width: 400px;
	}
}
/*yeni*/
.uyelik-tabs a {
	background-color: #1d201e !important;
	color: white;
}

.uyelik .tab-pane form,.uyelik .input-group-text{
	background-color: #1d201e !important;
	color: white;
	border-radius: 10px;
}

.uyelik input{
	background-color:rgba(255, 255, 255, 0.06);
	color: rgb(159, 158, 158) !important
}
.uyelik select{
	background-color:rgba(255, 255, 255, 0.06);
	color:rgb(159, 158, 158) !important
}
.uyelik ::placeholder{
	color:rgb(159, 158, 158) !important
}
.uyelik select option{
	background-color:rgba(255, 255, 255, 0.06);
	color: black !important;
}
.uyelik .input-group img {
border-radius: 10px;
margin-right: 10px;
margin-left: 10px;
}
