@import url('//fonts.googleapis.com/css?family=Raleway:400,700');
.cover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.no-gutters {
  padding-left: 0;
  padding-right: 0;
}
html * {
  font-family: 'Raleway', sans-serif;
}
#login {
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
}
#login header {
  padding: 80px 0 ;
}
#login header img {
  margin: auto;
}
@media all and (min-height: 450px) {
  #login .login-avatar img {
    width: 98px;
    height: 98px;
    border-radius: 999px;
    margin: auto;
  }
}
@media all and (max-height: 450px) {
  #login .login-avatar img {
    display: none;
    width: 98px;
    height: 98px;
    border-radius: 999px;
    margin: auto;
  }
}
#login .login-form {
  height: calc(-80%);
  max-width: 300px;
  margin: 20px auto 0 auto;
}
#login .login-form .control-label {
  color: #fff;
}
#login .login-form .form-links {
  margin-top: 20px;
}
#login .login-form .form-links a {
  color: #fff;
  text-decoration: underline;
}
.form-control,
input.form-control {
  border-radius: 2px;
  height: 45px;
  line-height: 39px;
  padding: 3px 15px;
  color: #000;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.form-control.with-icon,
input.form-control.with-icon {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 15px center;
}
.form-control.icon-person,
input.form-control.icon-person {
  background-image: url(../img/personWhite.png);
}
.form-control.icon-latch,
input.form-control.icon-latch {
  background-image: url(../img/latchWhite.png);
}
.control-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.control-label,
.control-label span {
  font-family: 'Raleway', sans-serif;
}
.control-label span {
  display: inline-block;
}
.control-label input {
  margin-right: 10px;
}
.form-actions {
  margin-top: 50px;
}
.form-actions .form-links {
  margin-top: 20px;
}
.form-actions .form-links a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.form-actions .form-links a:hover {
  text-decoration: none;
}
.form-actions .form-links .link {
  margin-bottom: 15px;
}
.btn {
  border-radius: 1px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  line-height: 37px;
  padding: 5px;
  font-weight: bold;
  margin: 0 5px 10px 5px !important;
  border: 2px solid #2a60cc;
  background: #2a60cc;
  color: #fff;
}
.btn.btn-white {
  background: #fff;
  color: #2a60cc;
  border-color: #fff;
}
.btn.btn-white:hover {
  background: rgba(255, 255, 255, 0.6);
}
.btn.btn-outline {
  border-color: #2a60cc;
  background: transparent;
  color: #2a60cc;
}
.btn.btn-outline:hover {
  background: #2a60cc;
  color: #fff;
}
.btn.btn-outline.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn.btn-block {
  display: block;
}
.starting-app {
  position: fixed;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.starting-app .starting-logo {
  margin: 0 auto 20px auto;
}
.starting-app .starting-msg {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  right: 15px;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.popup {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 20px;
}
.popup .popup-head {
  padding: 0;
  margin-bottom: 20px;
}
.popup h3.popup-title {
  font-size: 20px;
}
.popup .popup-body {
  text-align: center;
}
.popup .popup-buttons {
  margin-top: 20px;
}
.popup .popup-buttons .button {
  font-weight: 700;
}
