/**********LOGIN*********/
.btn {
	display: block;
	margin: 20px auto;
	width: 220px;
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	background: #F39C12;
	border: 1px solid #F39C12;
	box-shadow: 0px 4px 20px rgba(108, 108, 108, 0.25);
	border-radius: 60px;
	letter-spacing: 0.1em;
	transition: all 0.3s ease;
	cursor: pointer;
	letter-spacing: 0;
}

.send-reset {
	margin: 20px auto 5px;
}

.btn:hover {
	color: #F39C12;
	background: #FFFFFF;
	border: 1px solid #F39C12;
}

.add-fields-spinner {
	margin: auto;
	display: block;
}
.text-primary{
	font-size: 20px;
	color: #333333;
}
.hidden {
	display: none !important;
}

.login-loader {
	text-align: center;
	height: 60px;
	margin: 30px auto;
}

.login .wrapper {
	width: 95%;
}

.login .wr-logo {
	width: 100%;
	padding: 10px 0;
}

.logo-1 {
	width: 226px;
	height: 73px;
	margin: 0px auto;
	background: url(/img/login/logo.png) top left / cover no-repeat;
}

.b-login, .login-img {
	display: none
}

/*FORM*/

.login .order-link {
	letter-spacing: 0
}

.login-form {
	max-width: 350px;
	margin: auto;
	padding: 20px 10px;

}

.acc-switсh.wr-flex.m-flex {
	justify-content: space-around;
}

.entry-link {
	width: 100%;
	margin: auto;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}

.centre-line {
	display: block;
	text-align: center
}

.tab-entry, .tab-reg {
	width: 50%;
	margin: 0 0 20px 0;
	line-height: 44px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px solid #2D2D2D;
	font-size: 22px;
	text-align: center;
	color: #2D2D2D;
	opacity: 0.2;
	cursor: pointer;
}

.tab-entry.active, .tab-reg.active {
	border-bottom: 2px solid #F39C12;
	opacity: 1;
}

.block-input {
	width: 90%;
	margin: auto;
}

#block-reg {
	display: none
}

.block-input input {
	border-radius: 60px;
}

input::-webkit-input-placeholder {
	color: #C4C4C4;
	opacity: 1
}

input::-moz-placeholder {
	color: #C4C4C4;
	opacity: 1
}

input:-moz-placeholder {
	color: #C4C4C4;
	opacity: 1
}

input:-ms-input-placeholder {
	color: #C4C4C4;
	opacity: 1
}

.pass-input {
	position: relative;
}

.eye-pass {
	display: block;
	position: absolute;
	top: 20%;
	right: 20px;
	width: 24px;
	height: 24px;
	background-image: url(/img/login/eye.png);
	cursor: pointer;
}

.forgot-pass {
	display: block;
	margin: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	text-decoration-line: underline;
	color: #2D9CDB;
}

.social {
	justify-content: center;
}

.icon-gg, .icon-fb, .icon-tw {
	display: block;
	width: 48px;
	height: 48px;
	margin: 10px;
	background-image: url(/img/login/group.png);
	background-position: 0 0;
}

.icon-fb {
	background-position: 48px 0;
}

.icon-tw {
	background-position: 116px 0;
}


/*******MEDIA 768*********/

@media (min-width: 768px) {

	.login .wrapper {
		width: 100%;
		justify-content: space-evenly;
		align-items: flex-start;
	}

	.login .bg-blue {
		left: 0;
		width: 50%;
		height: 500px;
		border-radius: 0px 0px 100px 0;
	}

	.login .wr-logo {
		position: absolute;
		width: 50%;
		z-index: 99;
	}

	.logo-1 {
		background: url(/img/login/logo_1.png) top left / cover no-repeat;
	}

	.b-login, .login-img {
		display: block
	}

	.login-img {
		position: relative;
		width: 340px;
	}

	.login-form {
		width: 300px;
		max-width: none;
		margin: 50px 0 0 0;
		border-radius: 20px;
		-webkit-box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
		-moz-box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
		box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
	}

	.login-img img {
		width: 100%;
		margin-top: 165px;
	}

	.login-img .bg-dotted {
		top: 100px;
		left: 0;
	}

	.login-img .bg-dotted-orange {
		bottom: -20px;
		left: 270px;
	}

}


@media (min-width: 991px) {
	.login-form {
		width: 400px;
	}

	.login-img {
		width: 400px;
	}

	.login-img .bg-dotted-orange {
		left: 320px;
	}
}

/*******MEDIA 1200*********/
@media (min-width: 1200px) {

	.login-form {
		width: 480px;
		margin: 50px 0 0 0;
	}

	.login-img {
		width: 500px;
	}

	.login-img img {
		margin-top: 250px;
	}

	.login .bg-blue {
		height: 650px;
	}

	.block-input {
		width: 400px;
	}

	.block-input input {
		width: 100%;
		height: 60px;
		font-size: 18px;
	}

	.eye-pass {
		top: 30%;
	}

	.block-input .line-input {
		font-size: 18px;
	}

	.login-img .bg-dotted {
		left: -50px;
		top: 120px;
	}

	.login-img .bg-dotted-orange {
		bottom: -45px;
		left: 240px;
	}

	.tab-entry, .tab-reg {
		font-size: 24px;
	}

}


@media (min-width: 1920px) {
	.login-img {
		width: 550px;
	}

	.login-form {
		width: 520px;

	}


}

/***Pop-Up***/
/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(104, 104, 104, 0.36);

}

/* Modal Content/Box */
.modal-content {
	box-shadow: 0px 0px 10px #000;
	background-color: #fefefe;
	margin: 12% auto; /* 15% from the top and centered */
	padding: 20px;
	opacity: 0.85;
	border: 1px solid #888;
	width: 30%; /* Could be more or less, depending on screen size */
	/*height: 43%;*/
	font-size: 15px;
	text-align: center;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
	-moz-box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
	box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
}

.modal-content-login {
	background-color: #fff;
	border-radius: 20px;
	font-size: 15px;
	margin: 12% auto;
	padding: 20px;
	position: relative;
	width: 420px;
	-webkit-box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
	-moz-box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
	box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.25);
}


.modal-content-err {
	background-color: #747471;
	border: 1px solid #888;
	border-radius: 10px;
	font-size: 15px;
	margin: 15% auto;
	padding: 20px;
	position: relative;
	width: 30%;
}

/***End Pop-Up***/
/* Close */
.close-popup {
	margin-left: 15px;
	color: #a8a8a8;
	font-weight: bold;
	float: right;
	font-size: 26px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
	font-size: 33px;
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}

.close-popup:hover {
	color: #7c7c7c;
}
