@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/**
 * Table Of Content
 *
 * 	1. Color system
 *	2. Options
 *	3. Body
 *	4. Typography
 *	5. Breadcrumbs
 *	6. Cards
 *	7. Dropdowns
 *	8. Buttons
 *	9. Typography
 *	10. Progress bars
 *	11. Tables
 *	12. Forms
 *	14. Component
 */
/*******************
 Our income
*******************/
.cmin-height {
  height: 105px; }

.message {
  width: 100%;
  padding: 20px;
}

.message p {
  font-size: 20px;
  text-align: center;
  margin: 0;
}

.message-success {
  background: #46f646;
  color: white;
}

.message-error {
  background: #de6f6f;
}