@import url(../bootstrap/css/bootstrap.min.css);
@import url(../bootstrap-select/bootstrap-select.min.css);
@import url(./select.css);
@import url(./dialog.css);
* {
  margin: 0;
  padding: 0; }

.container {
  padding: 0 !important; }

header .logo {
  margin-left: .3rem; }
@media only screen and (max-width: 480px) {
  header .logo {
    width: 100px; } }
header .header-user {
  background-color: #fff; }
  header .header-user .container {
    border-bottom: 5px solid #e4701e; }

article .login-box {
  margin: .8rem auto;
  width: 80%; }
article #loginMsgBox {
  margin: 0 auto .3rem; }
article #login, article #chgpwd {
  color: #fff;
  background-color: #e4701e !important;
  border-color: #e4701e !important; }
article #google img {
  width: .4rem; }

/*# sourceMappingURL=login.css.map */
