*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #4c4c4c;
}
a {
  text-decoration: none;
  color: #4c4c4c;
}
p {
  margin: 0 0 15px;
}
h1,
h2,
h3 {
  margin: 0 0 15px;
  font-size: 34px;
}
h1 {
  font-size: 2rem;
  padding: 26px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: bold;
  background-color: #354c92;
}
h2 {
  font-size: 30px;
  text-align: center;
  color: #354c92;
}
h3 {
  font-size: 16px;
  font-weight: 700;
  color: #d5d5d5;
}
.white-text {
  color: #fff;
}
.btn1 {
  background-color: #354c92;
  color: #fff;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-size: 18px;
}
header {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  background-color: #354c92;
}
footer {
  background-color: #00172c;
}
.login-wrap {
  border: 1px solid #354c92;
  border-radius: 10px;
  overflow: hidden;
}
.login-sec {
  padding: 100px 0;
}
.logo {
  text-align: left;
  background-color: #fff;
  display: block;
  text-align: center;
  padding: 22px 10px;
}
footer p {
  color: #d5d5d5;
}
footer .list-group {
  padding: 20px 0;
}
.footer-links {
  margin: 0;
  padding: 0;
}
.footer-links li {
  background: url(../images/arrow.png) no-repeat center left;
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 8px;
}
.footer-links li a {
  color: #d5d5d5;
}
.about-small {
  font-size: 14px;
}
.login-form {
  padding: 6% 10%;
}
.login-form .form-control {
  height: 50px;
  background-color: #eff2f5;
}
