.btn-primary {
    background-color: #3cc394;
    border-color: #3cc394;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
  background-color: #226d53;
}
.btn.btn-flat {
    border-radius: 3px;
    border-width: 1px;
    box-shadow: none;
}
.login-box-body, .register-box-body {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #f4f4f4;
    color: #194f97;
    font-weight: bold;
    padding: 10px;
    opacity: 0.9;
}
.login-box, .register-box {
    border: 2px solid #194f97;
    border-radius: 5px;
    margin: 7% auto;
    width: 360px;
}
.login-box-msg, .register-box-msg {
    font-size: 17px;
    padding: 0 20px 10px;
}
.login-page, .register-page {
    background-color: #f4f4f4;
}
/*.login-page, .register-page {
    background-attachment: fixed;
    background-color: #f4f4f4;
    background-image: url("/backgrounds/imagen_9.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}*/
.cintillo{
    width: 100%;
    margin-bottom: -5%;
    opacity: 0.8;
}
.content-wrapper, .right-side {
 background-color: white;
background-image: url("/backgrounds/fondo.png");
background-position: 80% 25%;
background-size: 1050px 1050px;
background-repeat: no-repeat;

}
.user-panel > .info > p {
    font-weight: 600;
    margin-bottom: 5px;
}
.box.box-danger-form {
    border-top: 5px solid #dd4b39;
    border-left: 1px solid #dd4b39;
    border-right: 1px solid #dd4b39;
    border-bottom: 1px solid #dd4b39;
}
.box.box-danger-form > .box-header.with-border {
    border-bottom: 1px solid #dddddd;
}
.box.box-danger-form > .box-body {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #f4f4f4;
    color: #194f97;
    padding: 20px;
}
.box.box-danger-form > .box-body > form > .box.box-warning {
    border-left: 1px solid #d2d6de;
    border-right: 1px solid #d2d6de;
    border-bottom: 1px solid #d2d6de;
}
.content > .box {
    border-top: 5px solid #dd4b39;
    border-left: 1px solid #dd4b39;
    border-right: 1px solid #dd4b39;
    border-bottom: 1px solid #dd4b39;
}
.panel.panel-default div.panel-body section.invoice {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    margin: 5px 5px;
    padding: 5px;
    position: relative;
}
footer {
    background: #fff none repeat scroll 0 0;
    color: white;
    margin: 0 auto;
    padding-bottom: 0;
}
footer .lineamiento {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    color: white;
    left: 0;
    margin: 0 auto;
    min-width: 100%;
    opacity: 0.7;
    padding-bottom: 5px;
    padding-top: 0;
    position: fixed;
    z-index: 1;
}
.footer-copyright {
    color: #194f97;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}
.fa-question-circle {
  color: #194f97;
}
html body.login-page div.login-box.login-box-body div.login-logo div.row div.col-sm-2 a i.fa.fa-home {
  color: #194f97;
}
html body.skin-red-light.sidebar-mini div.wrapper div.content-wrapper section.content div.row div.col-md-10.col-md-offset-1 div.panel.panel-default {
    opacity: 0.9;
}
html body.skin-red-light.sidebar-mini div.wrapper div.content-wrapper section.content div.row div.col-md-10.col-md-offset-1 div.box.box-danger-form {
    opacity: 0.9;
}
html body.skin-red-light.sidebar-mini div.wrapper div.content-wrapper section.content div.row div.col-md-12 div.panel.panel-default {
    opacity: 0.9;
}
html body.skin-red-light.sidebar-mini div.wrapper aside.main-sidebar section.sidebar ul.sidebar-menu li a span.label.label-primary {
    font-size: 110%;
}

/* ==========================================================================
   03. INTRO
   ========================================================================== */

.intro_feature {
	margin-bottom: 20px;
	text-shadow: 0 0 2px #fff;
}

.intro_feature h1 {
	color: #194f97;
	font-size: 28px;
	text-shadow: 0 0 2px #fff;
}

.intro_feature h4 {
	font-weight: 600;
}

.intro_feature i {
	margin-right: 5px;
}

.intro_feature p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding-left: 25px;
}

.intro_feature h1 {
    color: #194f97;
    font-size: 28px;
    text-shadow: 0 0 2px #fff;
  }