body,
html {
  height: 100%;
}
body {
  background: url(../img/background-4.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.btn-primary {
  background-color: #65ACE6;
  border-color: #4fa0e2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #3994df;
  border-color: #3994df;
}
.container > .row {
  margin-left: 0;
  margin-right: 0;
}
.col-login {
  margin-top: 15px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
}
.box-image {
  padding: 20px;
  text-align: center;
}
.box-image .logo {
  margin-top: 40px;
  width: 70%;
}
.box-form {
  padding: 15px 25px;
  background-color: #F3FBFF;
  border: 0;
  border-top: 1px solid #e4e4e4;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}
.box-form nav {
  text-align: center;
  margin: 15px 0 30px 0;
  text-transform: uppercase;
  font-size: 11px;
}
.box-form nav a {
  display: inline-block;
  border-bottom: 2px solid #ddd;
  color: #aaa;
  padding: 3px 15px;
  margin: 0 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-form nav a:hover,
.box-form nav a:focus,
.box-form nav a:active {
  text-decoration: none;
  color: #F5617A;
  border-color: #F5617A;
}
.box-form nav a.active {
  border-bottom-color: #65ACE6;
  color: #65ACE6;
}
.box-form p {
  margin-bottom: 20px;
}
.box-form .form-inputs {
  padding: 0 40px;
}
.box-form .help-block {
  color: #F5617A;
  text-align: center;
  margin-bottom: 10px;
}
.box-form .action-bar {
  text-align: center;
}
.box-form small {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.box-form small a {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-form small a:hover {
  color: #F5617A;
}
@media (min-width: 768px) {
  .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-login {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .col-login {
    margin-top: 200px;
  }
  .box-form {
    border-radius: 0;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    border: 0;
    border-left: 1px solid #e4e4e4;
  }
}
/*# sourceMappingURL=login.css.map */