@import '../fonts/gotham.css';
.txt-red {
  color: #00679b;
}
strong {
  font-family: 'Gotham Bold', sans-serif;
  font-weight: 400;
}
.btn-inverse {
  background: #222;
  border-color: #333;
  color: #fff;
}
.btn-inverse:hover,
.btn-inverse:focus {
  border-color: #333;
  background: #444;
  color: #fff;
}
.btn-danger {
  background-color: #00679b;
  border-color: #00679b;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #333;
  border-color: #444;
}
.btn {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: 34px;
}
.btn.btn-lg,
.btn.btn-sm,
.btn.btn-xs {
  height: auto;
}
.container {
  max-width: 800px;
}
body {
  font-size: 14px;
  line-height: 20px;
  color: #454545;
  background: #00679b;
  font-family: 'Gotham Book', sans-serif;
  font-weight: 400;
  position: relative;
}
body.first-page {
  background: #fff;
}
body.first-page .container {
  max-width: 600px;
}
a,
.text-primary {
  color: #252e3b;
}
a {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
a:hover,
a:focus,
a:active {
  outline: none;
  color: #39465a;
  text-decoration: none;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-family: 'Gotham Light', sans-serif;
  font-weight: 200;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
}
legend {
  font-size: 18px;
  padding-bottom: 10px;
}
label.error {
  position: absolute;
  font-weight: 200;
  font-family: 'Gotham Light', sans-serif;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 5px;
  line-height: 1;
  left: 15px;
  top: 100%;
  margin-top: 5px;
  z-index: 9999;
}
label.error:before {
  position: absolute;
  top: -4px;
  left: 5px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #222;
  content: "";
}
.form-control.error,
.form-control.error:focus {
  border-color: #222;
}
.form-pin label.error {
  top: auto;
  bottom: 100%;
}
.form-pin label.error:before {
  top: auto;
  bottom: -4px;
  border-bottom: 0;
  border-top: 4px solid #00679b;
}
.btn,
.form-control {
  border-radius: 0;
}
.form-control {
  border-width: 2px;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
}
.btn:focus {
  outline: 0;
}
.wrapper {
  position: relative;
  background: #fff;
  margin: 40px 0 0 0;
  border-radius: 20px;
}
.header {
  text-align: center;
  padding: 20px;
  border-bottom: 3px solid #eee;
}
.logo img {
  max-width: 300px;
  height: auto;
}
.header.sub .logo {
  display: block;
  text-align: left;
}
.header.sub .logo img {
  max-height: 55px;
  margin: 5px 0;
}
.phone-num {
  text-align: right;
  margin: 10px 0;
}
.phone-num p {
  font-weight: bold;
  margin: 0;
  color: #252e3b;
  text-transform: uppercase;
}
.phone-num h4 {
  margin: 0;
  font-size: 14px;
  font-family: 'Gotham Bold', sans-serif;
}
.main-content {
  padding: 20px;
  // border-bottom: 3px solid #eee;
}
.form-wrap {
  text-align: center;
  background: #fff;
  padding: 20px;
  border: 2px solid #666;
}
.form-pin {
  text-align: center;
}
.form-pin .form-control {
  height: 45px;
  text-align: center;
}
.form-pin .input-group {
  margin: 0 30px;
}
.form-pin p {
  margin: 20px;
  font-size: 14px;
  font-weight: bold;
}
.testimonial {
  padding: 20px;
  font-size: 13px;
  line-height: 18px;
  background: #f2f2f2;
}
.testimonial .testimonial-avatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
}
.testimonial .testimonial-avatar img {
  max-width: 100%;
}
.testimonial .media-body {
  padding: 0;
}
.footer {
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  display: none;
}
hr {
  border-color: #a5c0d7;
}
form .row {
  margin-bottom: 20px;
}
.box {
  background: #fff;
  color: #444;
  padding: 20px;
}
.box hr {
  border-color: #ddd;
}
.box-action {
  margin: 20px 0 10px 0;
}
.modal-header h4 {
  margin: 5px 0;
}
