@import "BrandonText/BrandonText.css";

body {
  font-family: BrandonText ,sans-serif;
}

a,
a:hover,
a:focus {
  color: #828282;
  text-decoration: none;
}

main {
  margin-top: 5em;
}

h1.title {
  margin-top: .5em;
  margin-bottom: 1em;
  text-align: center!important;
  font-size: 2rem;
}

p {
  text-align: center!important;
}

.content-container {
  max-width: 600px;
  margin: auto;
  margin-top: 3em;
}

.content-container p{
  padding-bottom: 20px;
}

.form-control {
  color: #000;
  border: none;
  border-radius: 1;
  background-color: GhostWhite;
}
.form-control:active,
.form-control:focus {
  color: #000;
  border-color: #000;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.form-control {
  color : gray !important;
}
.btn {
  border-radius: 1;
}

.header {
  position: relative;

  margin-bottom: 1em;
}
.header .back {
  max-width: 100%;
}
.header .back {
}
.header .front {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  margin: auto;
}

.line {
  width: 80%;
  margin: 0 auto;
  margin-top: 2.2em;
  border-bottom: 2px solid #828282;
}

form {
  max-width: 600px;
  margin: auto;
  margin-bottom: 2em;
}

footer {
  margin-top: 2em;
  margin-bottom: 2em;
}
