.auth h1 {
	font-family: "T Heavy";
	font-size: 36px;
	line-height: 54px;
	margin: 0 0 12px !important;
}
.auth .big-font h1 {
	font-size: 42px;
	line-height: 64px;
}
.auth .big-font p {
	font-size: 22px;
	line-height: 34px;
}
.auth p {
	margin: 0 0 20px;
}
.max-500 {
	max-width: 640px;
	margin: 0 auto;
}
.auth .signincls.signupstep1 form.siginfrm .form-group {
	margin: 0 0 20px;
}
.auth .signincls.signupstep1 form.siginfrm .submitbtn > input[type="submit"] {
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	margin: 0 auto;
	background: rgb(197, 91, 90) none repeat scroll 0 0;
	border: 1px solid rgb(197, 91, 90);
}
.auth .signincls form.siginfrm .submitbtn > input[type="submit"]:hover {
	background: #fff;
	color: rgb(197, 91, 90);
}
.password_validation {
	margin-top: 12px;
}
.password-field {
	position: relative;
}
.password-field a {
	font-size: 12px;
	line-height: 18px;
	color: rgb(90, 90, 90);
	float: right;
	top: 16px;
	right: 24px;
	text-transform: uppercase;
	z-index: 9;
	position: absolute;
}
.password_validation span {
	display: block;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.01em;
	margin-bottom: 4px;
}
.password_validation span i {
	color: #E6EAEB;
	width: 12px;
	height: 12px;
	margin-right: 8px;
}
.password_validation .valid, .password_validation .valid i {
	color: #111C25;
}
.password_validation .invalid, .password_validation .invalid i {
	color: #F42072;
}
.forgot-password-link {
	display: flex;
	justify-content: space-between;
}
.forgot-password-link a {
	color: rgb(200, 91, 91);
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 10px;
	letter-spacing: 0.3px;
}
.forgot-password-link a:hover {
	text-decoration: underline;
}
.requestmsg {
	color: #000;
	font-family: "Avenir LT Std 65 Medium";
	font-size: 16px;
	line-height: 40px;
	margin: 0 0 10px;
}
.grey_box {
	background: rgb(126, 128, 133) none repeat scroll 0 0;
	padding: 16px 20px 16px 20px;
	margin: 0 0 50px;
	border-radius: 10px;
}
.grey_box h4 {
	color: #FFF;
	font-family: "Avenir LT Std 65 Medium";
	font-size: 18px;
	letter-spacing: 0.3px;
	margin: 0 0 13px;
}
.grey_box h4 .imp-circle {
	width: 25px;
	margin-right: 10px;
	margin-top: -5px;
	border-radius: 50%;
}
.grey_box p {
	color: #FFF;
	font-family: "Avenir LT 45 Book";
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 23px;
	margin: 0;
}
.contract-status .badge {
	font-family: "Avenir LT Std 65 Medium";
	font-size: 16px;
	line-height: normal;
	padding: 10px 15px;
	margin-left: 20px;
	border-radius: 0;
	letter-spacing: 0;
}
.contract-status .pending {
	background-color: #FFF1B6;
	color: #FF9000;
}
.contract-status .completed {
	background-color: #E9F3D3;
	color: #007500;
}
.contract-status .cancelled {
	background-color: #CDCDCD;
	color: #000000;
}
.txtfname, .txtlname {
	text-transform: capitalize;
}
.alert-danger {
	color: rgb(197, 91, 90);
	background-color: #e4adad;
	border-color: #e4adad;
	font-size: 16px;
	line-height: 1.15;
}
@media only screen and (max-width: 767px) {
	.auth .big-font h1 {
		font-size: 36px;
		line-height: 54px;
	}
	.auth .big-font p {
		font-size: 18px;
		line-height: 30px;
	}
}