/** LOGIN **/
#login #main {
  /*background: transparent;*/
  background: rgba(200, 200, 200, .9);
}

#login {
  /*background-image: url("../img/bg-login.svg");*/
  background: rgba(200, 200, 200, .9);
  background-repeat: no-repeat;
  background-size: cover;
}

.login {
  margin-top: 40px !important;
  padding: 15% 5% !important;
  /*background: rgba(255, 255, 255, .9);*/
  /*background: #bcbcbc;*/
  background: white;
  border: none !important;
  box-shadow: 0px 0px 15px #00000021 !important; }
.login header {
  /*background: #bcbcbc;*/
  background: rgba(255, 255, 255, .9);
  border-bottom: none; }
.login header .logo {
  width: 60%;
}
.login input:focus, .login input:hover {
  border-color: #29b5a3 !important; }
.login footer {
  background: rgba(255, 255, 255, .9);
  /*background: #bcbcbc;*/
  border-top: none;
  text-align: center; }
.login footer .btn-primary {
  background: #29b5a3 !important;
  border: solid 1px #29b5a3 !important;
  box-shadow: none;
  margin: auto;
  float: none; }

/** DASHBOARD **/

/** MEDIA SCREEN **/
@media only screen and (min-width: 768px) {
  .login {
    padding: 15% !important;
  } }

/*# sourceMappingURL=fixes.css.map */
