@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body {
  font-family: 'Open Sans', serif;
}

a {
  color: #00659c;
  font-size: 12px;
}

a:hover, a:visited,
a:focus {
  color: #00659c;
  text-decoration: underline;
}

/*
Login CSS
*/
.login-pf body {
  background: #FFF url("../imgs/bg-login-cinade.png") repeat-x 50% 0;
  background-size: auto;
}
@media (min-width: 768px) {
  .login-pf body {
    background-size: 100% auto;
  }
}
.login-pf .container {
    /* RGBa with 0.6 opacity */
    background-color: rgba(200, 200, 200, 0.4);
  clear: right;
  padding-bottom: 40px;
  padding-top: 20px;
  width: auto;
}
.login-pf #badge {
  display: block;
  margin: 20px 50px auto 70px;
  position: relative;
  text-align: center;
}
.help-block {
  color: #000 !important;
}
.details {
  color: #000 !important;
}
.login {
  color: #000;
}
