body {
  font-size: 16px;
  font-family: "ProximaNova", serif;
  background-color: #fbfbfb;
}

h1,
h2 {
  font-family: "ProximaNovaSemiBold", "ProximaNova", serif;
}

h1 {
  margin-top: 48px;
}

h1,
h2,
p,
li {
  color: #011a22;
}

a {
  color: #662d91;
  font-weight: bold;
  text-decoration: none;
}

nav > a {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
}

nav > a > span {
  font-size: 24px;
}

p,
ul {
  line-height: 1.5;
}

p {
  margin: 0 0 20px 0;
  font-size: 16px;
}

label {
  font-size: 14px;
}

.error {
  color: red;
}

.errorlist {
  margin: 0;
  padding: 1em 0; 
}

.errorlist > li {
  list-style: none;
  background-color: #FDF3A9;
  padding: 0.5em 1em;
  color: #7C1D0A;
}

.success {
  color: green;
}

#success {
  padding: 0 30px;
}

.hidden {
  display: none;
}

td,
th {
  text-align: left;
}

table th {
  padding-right: 10px;
}

table td {
  padding: 3px 0;
}

.logo {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #662e91;
  padding: 15px 0;
  margin: 0;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

.content {
  max-width: 414px;
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
}

.inner-content {
  margin: 30px auto 40px auto;
  padding: 0 30px;
}

#password-toggle {
  border: none;
  background-color: white;
  margin: 0;
  padding: 0;
}

.icon-eye, .icon-eye-out {
  height: 2em;
  width: 2.5em;
}

.hidden {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  width: 100%;
  padding: 5px 10px;
  border: none;
  outline: none;
  border: 1px solid #cacaca;
  font-size: 1em;
  background-color: #fff;
  -webkit-appearance: none;
  border-radius: 6px;
  font-weight: normal;
  background-color: #fff;
}

input[type="submit"] {
  display: inline-block;
  outline: none;
  background-color: #662e91;
  border: none;
  border-bottom: solid 0.286em darken(@primary-color, 8%);
  border-radius: 6px;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  font-family: "ProximaNovaSemiBold";
  transition: transform 0.15s ease-in-out;
}

.align-center {
  text-align: center;
}

.app-download {
  width:45%;
  display:inline-block;
}
