a {
  color: #000;
  text-decoration: none;
}

* {
  font-family: 'Saira Semi Condensed', sans-serif;
}

body {
  margin: 0;
  min-height: 100%;
}

.center {
  text-align: center;
}

.ctrl {
  border: 1px solid #EEE;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
}

.ctrl-group label {
  padding-bottom: 5px;
  color: #333;
  font-size: 14px;
}

.btn {
  background: #53526d;
  color: #FFF;
  padding: 5px 8px;
  border: #292936;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
}

.alert.danger {
  color: #990000;
}

.box {
  font-size: 40px;
  border: 1px dashed #E0E0E0;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
  display: block;
  text-align: center;
  line-height: 70px;
}

.box-header {
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.box-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.box-justify .box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 10%;
  margin: 1%;
}

.box-grid {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.box-grid-small .box {
  width: 130px;
  line-height: 50px;
  font-size: 30px;
  padding: 10px;
  margin: 10px;
}

.box-grid-small .box .success {
  line-height: 50px;
}

.box h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  margin: 5px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box small {
  font-size: 30px;
  line-height: 70px;
}

.box .success {
  color: #006600;
  line-height: 70px;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 300px;
}

.logo {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.login {
  padding: 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #EEE;
}

.login .ctrl-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
}

.login-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.restore-password {
  margin: 5px auto;
  display: block;
  text-align: center;
}
/*# sourceMappingURL=login.css.map */