.forget-pass {
	padding: 30px;
	overflow: hidden;
	border-radius: 3px;
	border: 1px solid #ddd;
	background: white url(../images/bg-forget-pass.jpg) no-repeat right center;
}
.forget-pass .note {
	max-width: 50%;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.form-wrap .form-field {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.form-wrap .form-field.last {
	margin-bottom: 0;
}
.form-wrap .form-control {
	float: left;
	height: 40px;
	box-shadow: none;
	margin-right: 10px;
	border-radius: 3px;
}







































/* Responsive 1240px */
@media screen and (max-width: 1240px)
{
	
}

/* Responsive 1024px */
@media screen and (max-width: 1024px)
{
	.forget-pass .note {
		max-width: 100%;
	}
}

/* Responsive 768px */
@media screen and (max-width: 768px)
{
	#pvt-main {
		padding-top: 20px;
	}
}

/* Mobile 767px */
@media screen and (max-width: 767px)
{
	#pvt-main {
		padding-top: 15px;
		padding-bottom: 30px;
		border-top: 1px solid #da2028;
	}
	.box-title {
		margin-bottom: 20px;
	}
	.box-title .post-title h1 {
		font-size: 30px;
		line-height: 1.3;
	}
	.form-wrap .form-control {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.btn-primary {
		width: 100%;
	}
	.forget-pass {
		padding: 15px;
	}
}

/* Mobile 480px */
@media screen and (max-width: 480px)
{
	.forget-pass {
		background: #f1f1f1;
	}
}

/* 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)
{
	
}