/* ------------------------------------------------------ */
/* General Interface                                      */
/* ------------------------------------------------------ */
#home-pfa {
	background-image: url('/assets/img/home_bg.jpg');
	color: rgba(0,0,0,.3);
}
#forgot-password {
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}
/* ------------------------------------------------------ */
/* Popup container                                        */
/* ------------------------------------------------------ */
#change-password-container .inner-container .content {
	height: 255px;
}
#change-password-container .intro {
	clear: both;
	margin-left: 20px;
	margin-right: 15px;
	font-size: 14px;
}
#btn_change_password {
	width: 150px !important;
	font-size: 13px !important;
	margin-left: 0px !important;
}
.form-label {
	float: left;
	font-size: 13px !important;
	width: 90px !important;
	margin-top: 5px;
}
.form-field {
	float: left;
	font-size: 13px !important;
	width: calc(100% - 100px);
	height: 25px;
	margin-bottom: 20px;
}