a {
  text-decoration: none;
}
.text-pink {
  color: #C50067;
}
.text-blue {
  color: #03375E;
}
.text-green {
  color: #3C8F7B;
}
.text-black {
  color: black;
}
a.text-black {
  color: black;
}
h2 {
  border-left: 6px solid #3C8F7B;
  padding-left: 10px;
}
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: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-wrapper {
  max-width: 1280px;
  margin: auto;
}
.form-signin {
  width: 100%;
  max-width: 450px;
  padding: 15px;
  margin: auto;
  margin-top: 55px;
  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;
}
footer {
  max-width: 450px;
  margin: auto;
}

