/*
Template Name: Admin Template
Author: Wrappixel

File: scss
*/

/*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
 */
/*******************
Error Page
******************/
.error-box {width: 100%;height: 481px;}

.error-body {padding-top: 5%; }
  .error-body h1 {font-size: 2rem;color:#007657;text-transform: uppercase;margin-bottom: 30px;}
  .error-body h3 {font-size: 1.8rem;margin-bottom: 45px;}
  .error-body p.separador {margin-bottom: 45px;text-align:center;}
  	.error-body p.separador span{width: 165px;height: 1px;background: #fff;display: inline-block;}
  .error-body p.mensaje{}
  	.error-body p.mensaje a{text-decoration:underline;font-size:1rem;}
  .error-body a.btn-error{text-decoration:underline;font-size:1rem;}
