body {
  background: none;
}

input[type="text"], input[type="password"], input[type="search"],
input[type="tel"], input[type="email"],
textarea, select {
  border: #dbdbdb solid 1px !important;
}

input[type="text"], input[type="password"],
input[type="search"], input[type="tel"],
input[type="email"], textarea {
  border-radius: 0 !important;
  padding: 5px !important;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .btn {
  border-radius: 0 !important;
  border: none !important;
  padding: 5px 10px !important;
  color: white !important;
  background-color: #193867 !important;
}

.error {
  background-color: #d34223;
  color: white;
  padding: 3px;
  display: inline-block;
  font-size: 10px;
}

#footer {
  padding: 20px 0;
}

#footer #poweredBy {
  display: none;
}

#clientLogin {
  border: none;
  border-radius: 0;
}

#container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#container #header {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
  position: relative;
}

#container #header .pull-right {
  float: none;
  position: absolute;
  right: 0;
}

#container #header #logo {
  display: block;
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  width: 104px;
  height: 117px;
  overflow: hidden;
  text-indent: -10000px;
  background-image: url(https://www.mined.gob.cu/wp-content/themes/mined.gob.cu/images/logo.png);
}

#container #nav {
  background-image: none;
  background-color: #193867;
  padding: 10px;
  height: auto;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  margin: 0;
}

#container #nav li a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  border-radius: 0;
}

#container #nav li a:hover {
  background-color: transparent;
}

#container #nav li a.active {
  background-color: #12223b;
}
/*# sourceMappingURL=mined_theme.css.map */