/*
* Theme Name: Kerge - Resume / CV / vCard WordPress Theme
* Author: lmpixels
* Author URL: http://themeforest.net/user/lmpixels
* Version: 4.1.0
*/
.success {
  background-color: #e6ffed;
  color: #1a7f37;
  border: 1px solid #a3d9a5;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
}
.error {
  background-color: #ffe6e6;
  color: #b00020;
  border: 1px solid #f5b5b5;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
}
