/* colors */
/* screen sizes */
/* various heights */
/* tile size */
/* misc */
a:link {
  color: #000000;
  text-decoration: underline;
  text-decoration-style: solid;
}

a:visited {
  color: #000000;
  text-decoration: underline;
  text-decoration-style: solid;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  text-decoration-style: double;
}

a:active {
  color: #000000;
  text-decoration: underline;
  text-decoration-style: solid;
}

.increased-top-margin {
  margin-top: 25PX;
}

.increased-bottom-margin {
  margin-bottom: 25PX;
}

.help-block {
  color: red;
}

/* Components (in alphabetical order!) */
.c-card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.c-card :hover {
  /* On mouse-over, add a deeper shadow */
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.c-card .container {
  padding: 2px 16px;
}

.footer_copyright {
  text-align: center;
  color: #CCC;
}

body, html {
  height: 100%;
}

/* Pages (in alphabetical order!) */
.loginForm {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.loginForm .checkbox {
  font-weight: 400;
}

.loginForm .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.loginForm .form-control:focus {
  z-index: 2;
}

.loginForm input#email {
  margin-bottom: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.loginForm input[type=password] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.p-Index h1, .p-Index h2, .p-Index span {
  text-align: center;
}
.p-Index span.temp-message {
  color: #BBBBBB;
}

/*# sourceMappingURL=default.css.map */
