.cat-container {
    padding: 180px 0px 0px;
	/* width: calc(100% - 40px); */
	width: 100%;
    max-width: none;
    position: relative;
    display: block;
    margin: 0px auto;
}

.reg-title {
    position: relative;
    display: block;
    margin: 0px 0px 40px;
    padding: 0px 0px 15px;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    width: 100%;
    border-bottom: 1px solid #222;
}

.reg-title.forgot {
	border-bottom: 0px;
	padding: 0px;
	margin-bottom: 30px;
}

.reg-content {
	position: relative;
	display: block;
	font-size: 0px;
	margin: 0px auto;
	/* max-width: 980px; */
	border: 0px solid #f2f2f2 !important;
	/* border-top: 0px; */
	padding: 50px 20px 100px;
	background: #f2f2f2;
}

.reg-desc {
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 15px;
	text-align: center;
}

.reg-content.no-max {
	max-width: none;
	border: 0px solid #dedede !important;
}

.reg-image {
	position: relative;
	display: block;
	margin: 0px auto;
	margin-bottom: 0px;

}

.reg-list {
	position: relative;
	display: block;
	margin: 0px auto 10px;
	width: 100%;
	max-width: 500px;
	font-size: 0px;
}

.reg-label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 190px;
	font-size: 15px;
	line-height: 40px;
}

.reg-check {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	top: 3px;
}

.reg-label2 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}

.reg-label-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	padding-left: 5px;
	color: #282b65;
	text-decoration: underline;
}

.reg-text {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 190px);
	height: 40px;
	font-size: 14px;
	border: 1px solid #dedede;
	padding: 0px 10px;
}

.reg-list.check { 
	max-width: 400px;
}

.reg-submit {
	position: relative;
	display: block;
	margin: auto;
	width: 120px;
	height: 40px;
	font-size: 15px;
	border: 1px solid #282b65;
	background: #282b65;
	color: #fff;

	-webkit-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	transition: background 0.4s, color 0.4s;
}

.reg-submit:hover {
	background: #fff;
	color: #282b65;

	-webkit-transition: background 0.4s, color 0.4s;
	-moz-transition: background 0.4s, color 0.4s;
	-ms-transition: background 0.4s, color 0.4s;
	transition: background 0.4s, color 0.4s;
}

.reg-submit.not-active {
	border: 0px !important;
	background: #bdbdbd !important;
	color: #fff !important;
}

.reg-error-container {
	position: relative;
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
}

.reg-error {
	position: relative;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 0px 10px;
	/* background: red; */
	color: red;
}

.reg-error:before {
	content: "*";
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

.reg-error:last-child {
	margin-bottom: 30px;
}

.loading-list {
	position: absolute;
	display: none;
	background: #fff;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-size: 20px;
}

.loading-list span {
	position: absolute;
	width: 100%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	top: calc((100% - 20px) / 2);
}

@media screen and (max-width: 1367px) {
	.cat-container {
		padding: 120px 0px 0px;
	}
}

/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
	
}

/* Mobile */
@media screen and (max-width: 768px) {
	.cat-container {
		padding-top: 100px;
	}

	.reg-title {
		font-size: 23px;
	}

	.reg-content {
		padding: 50px 20px 80px;
	}
}

@media screen and (max-width : 500px) {
	.reg-label {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		line-height: normal;
	}

	.reg-text {
		display: block;
		width: 100% !important;
	}
}

@media screen and (max-width : 480px) {
	.reg-label-link {
		display: block;
		padding-left: 18px;
	}
}