.center {
  text-align: center;
}
.clear {
  clear: both;
}
.italic {
  font-style: italic;
}
a {
  text-decoration: none;
}
.text-pink {
  color: #c50067;
}
.text-blue {
  color: #03375e;
}
.breadcrumb a {
  color: #03375e;
}
/** GLOBAL **/
body {
  font-size: 16px;
  font-family: "Nunito", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  color: #03375e;
}
.body-landing {
  background-image: url("/background.jpg");
  background-attachment: fixed;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-wrapper {
  max-width: 1160px;
  margin: auto;
}
/** LANDING PAGE **/
.form-signin {
  width: 100%;
  max-width: 450px;
  padding: 15px;
  margin: auto;
  margin-top: 100px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

