@font-face {
  font-family: "Ebrima";
  src: url("../fonts/Ebrima/Ebrima.eot");
  src: url("../fonts/Ebrima/Ebrima.eot?#iefix") format("embedded-opentype"), url("../fonts/Ebrima/Ebrima.woff") format("woff"), url("../fonts/Ebrima/Ebrima.ttf") format("truetype"), url("../fonts/Ebrima/Ebrima.svg#Ebrima") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* variables */

.primary-txt {
  color: #ebbd7e;
}

/* variable ends */

/* bootstrap reset */

.dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.btn-primary.btn-darken {
  background-color: #6b6d71 !important;
  border-color: #6b6d71 !important;
}

.btn-primary.btn-darken:hover,
.btn-primary.btn-darken:active,
.btn-primary.btn-darken:visited,
.btn-primary.btn-darken:focus {
  background-color: #585A5F !important;
  border-color: #585A5F !important;
}

.btn {
  border-radius: 0;
  padding: 10px 30px;
}

.form-control:focus {
  border-color: #EBBD7E;
  box-shadow: 0 0px 2px #DADADA;
  outline: 0 none;
}

a:focus,
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-primary {
  background-color: #e6bb84;
  border-color: #e6bb84;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #dcb079;
  border-color: #dcb079;
}

.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.margin-top-0 {
  margin-top: 0;
}

/* bootstrap reset ends  */

body {
  font: normal 12px Ebrima;
  color: #5d5e62;
  background: #f0f0f0 none repeat scroll 0 0;
}

body #content-section {
  background: #f0f0f0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

body #content-section #login {
  background: #fff none repeat scroll 0 0;
  border: 0;
  border-radius: 10px;
  box-shadow: 1px 1px 10px gray;
  margin: 20px auto;
  max-width: 390px;
  display: inline-block;
  text-align: left;
  width: 100%;
  vertical-align: middle;
}

body #content-section #login .panel-heading {
  background: #5d5e62 url("../images/header-bg.gif") repeat-x scroll 0 bottom;
  border-bottom: 3px solid #cda180;
}

body #content-section #login .panel-body {
  padding: 15px;
}

body #content-section #login .panel-body .btn-block {
  margin-top: 15px;
}

body #content-section #login .panel-footer {
  background: #5d5e62 url("../images/header-bg.gif") repeat-x scroll 0 bottom;
  color: #fff;
  font-size: 13px;
  padding: 15px;
}

@media (max-width: 410px) {
  body #content-section #login .panel-footer .pull-left,
  body #content-section #login .panel-footer .pull-right {
    float: none !important;
    display: block;
    text-align: center;
  }
}

body #content-section #login .form-control {
  margin: 10px auto 5px;
  height: 45px;
}

body #content-section .v-mid-section {
  width: 1px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}