

/* inicio.css */
@CHARSET "UTF-8";
body {margin-top:10px}
body form .main-container {
    font-family: 'Open Sans';
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
    background-color: rgb(238, 238, 238);
}
.widget-box.no-border {
  border-bottom: none;
}

.widget-box {
  padding: 0;
  box-shadow: none;
  margin: 3px 0;
}
.no-border {
  border: none;
}
.widget-main {
  padding: 12px;
}

.header.blue {
  border-bottom-color: #d5e3ef;
}
h4.bigger {
  font-size: 19px;
}
.header {
  line-height: 28px;
  margin-bottom: 16px;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid #CCC;
}
.blue {
  color: #478fca !important;
}
.lighter {
  font-weight: lighter;
}

.header > [class*="icon-"] {
  margin-right: 2px;
}
.green {
  color: #69aa46 !important;
}
[class*=" icon-"], [class^="icon-"] {
  display: inline-block;
  text-align: center;
}

.space-6 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 12px 0;
  margin: 6px 0 5px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.input-icon {
  position: relative;
}
.block {
  display: block !important;
}
label, .lbl {
  vertical-align: middle;
}
label {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 14px;
}

input.block {
  margin-bottom: 9px;
}

.input-icon.input-icon-right > input {
  padding-left: 6px;
  padding-right: 24px;
}

.input-icon.input-icon-right > [class*="icon-"] {
  left: auto;
  right: 3px;
}
.input-icon > [class*="icon-"] {
  padding: 0 3px;
  z-index: 2;
  position: absolute;
  top: 1px;
  bottom: 1px;
  line-height: 28px;
  display: inline-block;
  color: #909090;
  font-size: 16px;
}

.btnlogin-primary, .btnlogin-primary:focus {
  background-color: #428bca !important;
  border-color: #428bca;
}

.btnlogin-sm {
  border-width: 4px;
  font-size: 13px;
  padding: 4px 9px;
  line-height: 1.39;
}

.btnlogin {
  display: inline-block;
  color: #FFF !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-image: none !important;
  border: 5px solid #FFF;
  border-radius: 0;
  box-shadow: none !important;
  transition: all ease .15s;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  position: relative;
}

.pull-right {
  float: right !important;
}

.space-4 {
  max-height: 1px;
  min-height: 1px;
  overflow: hidden;
  margin: 4px 0 3px;
}

            .login-container {
                width: 450px;
                height: 315px;
                margin-bottom: 30px;
                margin: 0 auto;
              }

            body .col-md-12 .btn-custom2 {
                -moz-box-shadow:inset 0px 1px 0px 0px #b9d065;
                -webkit-box-shadow:inset 0px 1px 0px 0px #b9d065;
                box-shadow:inset 0px 1px 0px 0px #b9d065;
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b9d065), color-stop(1, #47ad68));
                background:-moz-linear-gradient(top, #b9d065 5%, #47ad68 100%);
                background:-webkit-linear-gradient(top, #b9d065 5%, #47ad68 100%);
                background:-o-linear-gradient(top, #b9d065 5%, #47ad68 100%);
                background:-ms-linear-gradient(top, #b9d065 5%, #47ad68 100%);
                background:linear-gradient(to bottom, #b9d065 5%, #47ad68 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9d065', endColorstr='#47ad68',GradientType=0);
                background-color:#b9d065;
                -moz-border-radius:6px;
                -webkit-border-radius:6px;
                border-radius:6px;
                border:1px solid #b9d065;
                display:inline-block;
                cursor:pointer;
                color:white;
                text-align: left;
                font-family:Arial;
                font-size:15px;
                font-weight:bold;
                text-decoration:none;
                text-shadow:0px 1px 0px #b9d065;
            }

            body .col-md-12 .btn-custom2:hover, body .col-md-12 .btn-active {
                -moz-box-shadow:inset 0px 1px 0px 0px #009ee0;
                -webkit-box-shadow:inset 0px 1px 0px 0px #009ee0;
                box-shadow:inset 0px 1px 0px 0px #009ee0;
                background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009ee0), color-stop(1, #008dc9));
                background:-moz-linear-gradient(top, #009ee0 5%, #008dc9 100%);
                background:-webkit-linear-gradient(top, #009ee0 5%, #008dc9 100%);
                background:-o-linear-gradient(top, #009ee0 5%, #008dc9 100%);
                background:-ms-linear-gradient(top, #009ee0 5%, #008dc9 100%);
                background:linear-gradient(to bottom, #009ee0 5%, #008dc9 100%);
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ee0', endColorstr='#008dc9',GradientType=0);
                background-color:#009ee0;
                color:white;
                border:1px solid #009ee0;
            }

            body .col-md-12 .btn-custom2:active {
                position:relative;
                top:1px;
            }

            .jumbotron p {
                font-size:16px
            }

            .jumbotron ul {
                font-size:15px
            }
