.box .divtitle {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background: var(--c5);
	padding: 10px 15px 11px;
	border-radius: 3px 3px 0 0;
}
.box>.inner {
	padding: 15px;
	min-height: 291px;
	background: white;
	border-radius: 0 0 3px 3px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.form-wrap .form-field {
	width: 100%;
	display: table;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.form-wrap .form-field.last {
	margin-bottom: 0;
}
.form-wrap .form-field::before {
	top: 50%;
	left: 12px;
	color: #999;
	position: absolute;
	font-family: FontAwesome;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.form-wrap .form-control {
	min-height: 40px;
	box-shadow: none;
	padding-left: 32px;
	border-radius: 3px;
}

/* social-login */
.social-login-wrap {
	text-align: center;
	margin: 15px 0 20px;
}
.social-login-wrap h4 {
	font-weight: 700;
}
.social-login {
	margin: auto;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.social-login li a {
	font-weight: 700;
	text-align: center;
	display: block;
	border-radius: 3px;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 40px;
}

.social-login li a::before {
	margin-right: 5px;
	font-weight: 400;
}
.login-fb a {
	background: #3a5897;
}

.form-field span {
	display: table-cell;
	vertical-align: middle;
}
.form-field span.last {
	width: 130px;
	padding-left: 20px;
}
ul.list-gender::after {
	content: '';
	clear: both;
	display: table;
}
ul.list-gender li {
	float: left;
	padding: 0 5px;
}
ul.list-gender li * {
	margin: 0;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
}

.form-button {
	padding: 20px;
	text-align: center;
	background: #f2f2f2;
}
.form-button label {
	font-weight: 400;
}
.agree {
	margin-bottom: 10px;
}
.button {
	margin: auto;
}






































/* Responsive 1024px */
@media screen and (max-width: 1024px)
{
	#pvt-main {
		padding-bottom: 30px;
	}
	.forget-pass .note {
		max-width: 100%;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	#pvt-main {
		padding-top: 20px;
	}
	#left-box {
		margin-bottom: 15px;
	}
}

/* Mobile 767px */
@media screen and (max-width: 767px)
{
	#pvt-main {
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.box-title {
		margin-bottom: 20px;
	}
	.box-title .post-title h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	.form-button {
		padding-bottom: 0;
	}
}

/* Mobile 480px */
@media screen and (max-width: 480px)
{
	.box .inner {
		min-height: initial;
	}
}

/* Mobile 420px */
@media screen and (max-width: 420px)
{
	
}

/* Mobile 375px */
@media screen and (max-width: 380px)
{
	
}

/* Mobile 370px */
@media screen and (max-width: 370px)
{
	
}

/* Mobile 330px */
@media screen and (max-width: 330px)
{
	
}