/* forgot modal */
#forgotModal .modal-title {
	display: inline-block;
}

#forgotModal .modal-body #forgot_messages {
	display: none;
}

#forgotModal .modal-body form {
	margin: 0 !important;
}

#forgotModal .modal-body form input {
	margin-bottom: 1rem;
}

/* forgot password modal */
#forgotModal .modal-title {
	display: inline-block;
}

#forgotPasswordModal .modal-body #messages {
	display: none;
}

#forgotPasswordModal .modal-body form {
	margin: 0 !important;
}

#forgotPasswordModal .modal-body form > * {
	margin-bottom: 1rem !important;
}
