.logo {	
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 25%;
}
.bd-text-title {
	font-weight: bold;
	color: rgb(37, 64, 97);
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 30px;
}
.panel-body {
	padding: 30px ;
}
.forgot_panel a {
	cursor: pointer;
}
/* ------ FORGOT PASSWORD ------ */

#changePasswordModal .modal-content {
	border-radius: 0px;
}
#changePasswordModal .modal-body p {
	font-size: 16px;
	color:#11324e;
}
#changePasswordModal .modal-footer .btn {
	border-radius: 0px;
	color: #fff;
}
#changePasswordModal .modal-footer .btn-close-modal {
	background-color: #d9534f;
}

#changePasswordModal .modal-footer .btn-send-email {
	background-color: #48ba48;
}

#save_confirm_modal .modal-dialog .modal-content {
	border-radius: 0px;
}

#save_confirm_modal .modal-dialog .modal-content .modal-header {
	background-color: #337ab7;
}
.btn-agm-backward {
	background-color: #FF5252;
	border-radius: 0px;
	color: #fff;
	border: 0px;
}

.btn-agm-backward:hover {
	background-color: #ce3939;
	border-radius: 0px;
	color: #fff;
	border: 0px;
}

.btn-agm-submit {
	background-color: #00BFA5;
	border-radius: 0px;
	color: #fff;
	border: 0px;
}

.btn-agm-submit:hover {
	background-color: #176358;
	border-radius: 0px;
	color: #fff;
	border: 0px;
}