.login-form {
  max-width: 450px;
  margin: 0 auto;
}
.login-form .form-group {
  border: 2px solid #4abbe5;
  border-radius: 10px;
  padding: 5px;
}
.login-form .form-group label {
  margin: 0 10px;
}
.login-form .form-group .form-control {
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: 'MontSerratLight';
  font-weight: 400;
  font-size: 20px;
}
.login-form .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
.login-form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.login-form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}
.login-form .helper a {
  color: #ffffff;
  text-decoration: none;
  font-family: 'MontSerratLight';
  font-weight: 400;
  font-size: 15px;
}
/*# sourceMappingURL=login.css.map */


.img-fluid {
    width: 100% !important;
    height: auto;
    max-width: 300px !important;
}