.box-long {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.textColor1,
.textColor2 {
	color: var(--color-1);
}
.acc-box {
	width: 97%;
	margin: 5px 1.5%;
	border: 0 solid #dedede;
}
.form-group {
	position: relative;
	margin-bottom: 10px;
	width: 46%;
	padding-right: 2%;
	display: flex;
	flex-direction: column;
}
.form-group div,
.form-group span {
	position: relative;
}
.form-group a {
	color: #d40000;
}
.form-group input:not([type="checkbox"]) {
	height: 38px !important;
}
.form-group textarea {
	width: 100%;
	font-family: inherit;
	height: 100px !important;
}
.form-group .control-label {
	font-size: 0.8em;
	font-weight: 600;
	padding-top: 5px;
}
#pContent_btnLoggin {
	margin-top: 8px;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: 1px;
}
.acc-box .acc-title {
	width: 100%;
	background: #272727;
	color: #fff;
	padding: 6px 12px;
	text-transform: uppercase;
	display: none;
}
.acc-box .acc-title a,
.acc-box .acc-title a:hover {
	color: #fff;
	text-decoration: none;
}
.acc-box .acc-content {
	width: 96%;
	max-width: 1000px;
	margin: 16px 2% 26px;
	color: var(--theme-blue);
}
.acc-box .acc-content h2 {
	font-size: 24px !important;
}
.acc-box .acc-content h2 i {
	font-size: 0.8em;
	margin-right: 4px;
}
#chkRemnb,
#forgot-btn {
	font-size: 0.8em;
	color: #7b7b7b;
	font-weight: 500;
}
#chkRemnb {
	display: none !important;
	visibility: hidden !important;
}
.cel-50 {
	width: 48%;
	border: 0;
	padding: 0 2% 0 0;
	margin: 0;
}
.btn-f {
	font: inherit;
	margin: 0;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	user-select: none;
	color: #fff;
	cursor: pointer;
	margin-right: 3px;
	margin-bottom: 3px;
	background: #d40000 none repeat scroll 0 0;
	border: 1px solid #d40000;
	border-radius: 0;
	font-size: 14px;
	line-height: 15px;
	padding: 10px 14px !important;
	text-transform: uppercase;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.btn-f:hover {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d40000;
	color: #d40000;
}
.btn-f.light {
	background: #ccc none repeat scroll 0 0;
	border: 1px solid #ccc;
}
.btn-f.invert {
	background: #fff none repeat scroll 0 0;
}
.btn-f.invert a,
.btn-f.invert a:hover {
	color: #000 !important;
}
.btn-f.off {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.2);
	border-color: rgba(0, 0, 0, 0.1);
}
.btn-f.off a,
.btn-f.invert a:hover {
	color: #fff !important;
}
.btn-f.invertThema {
	background: #fff none repeat scroll 0 0;
	border-color: #d40000 !important;
	color: #d40000 !important;
}
.btn-f.invertThema:hover {
	background: #d40000 none repeat scroll 0 0;
	border-color: #d40000 !important;
	color: #fff !important;
}
.btn-f.invertThema a,
.btn-f.invertThema a:hover {
	color: #d40000 !important;
}
.btn-f.invertThema:hover a,
.btn-f.invertThema:hover a:hover {
	color: #fff !important;
}
.btn-f.invertblack {
	background: #585858 none repeat scroll 0 0;
	border-color: #585858 !important;
	color: white !important;
}
.btn-f.invertblack:hover {
	background: #d40000 none repeat scroll 0 0;
	border-color: #d40000 !important;
	color: #fff !important;
}
.btn-f.invertblack a,
.btn-f.invertblack a:hover {
	color: #404040 !important;
}
.btn-f.invertblack:hover a,
.btn-f.invertblack:hover a:hover {
	color: #fff !important;
}
.btn-f.invertRed {
	background: #fff none repeat scroll 0 0;
	border-color: #ff514b !important;
	color: #ff514b !important;
}
.btn-f.invertRed:hover {
	background: #ff514b none repeat scroll 0 0;
	border-color: #ff514b !important;
	color: #fff !important;
}
.btn-f.invertRed a,
.btn-f.invertRed a:hover {
	color: #ff514b !important;
}
.btn-f.invertRed:hover a,
.btn-f.invertRed:hover a:hover {
	color: #fff !important;
}
.smaller-btns .btn-f {
	font-size: 12px !important;
	padding: 7px 12px !important;
}
.form-control {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 2px !important;
	background-color: #f9f9f9 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	border: 1px solid #9a9a9a;
	height: 38px;
	padding: 0 10px;
	margin: 5px 0;
	width: 50%;
	min-width: 240px;
	font-size: 0.9rem;
}
.bl-title {
	padding: 10px 0 20px;
	font-size: 1.4em;
	font-weight: 200;
	line-height: 20px;
}
.bl-title i {
	font-size: 0.8em;
}
.bl-title span {
	font-size: 0.72em;
	font-weight: 400;
}
@media all and (max-width: 1100px) {
	.contApa {
		margin-top: 2rem;
	}
}
@media all and (max-width: 768px) {
	.box-long {
		flex-direction: column;
	}
	.form-group {
		width: 80%;
	}
	.form-group input:not([type="checkbox"]) {
		width: 100%;
	}
	.acc-content.flex {
		flex-direction: column;
	}
	.acc-content .cel-50 {
		width: 100%;
	}
}
@media all and (max-width: 600px) {
	.contApa {
		margin-top: 0;
	}
}
.RadComboBox_Metro {
	margin-top: 8px;
	max-width: 53.7%;
}
.TexteError {
	color: #ff514b;
	font-size: 1.1em;
	font-weight: 600;
	margin-left: 6px;
}
.ZoneErrForm {
	position: absolute !important;
	left: -33px;
	top: 15px;
	z-index: 900;
	font-size: 1rem;
	color: #ff5722 !important;
}
.welcome-message {
	padding: 14px 3.2%;
	margin: 20px 0 0;
	color: green;
	background-color: #e5ece5;
}
