.button-login {
  background: #4DAA6D !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.pass-field-outer {
  position: relative;
}
.pass-field-outer .pass-hider {
  width: 45px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.pass-field-outer .pass-field {
  font-size: 18px;
  padding: 15px;
  padding-right: 40px;
  background: url("../icons/eye-open.svg") no-repeat calc(100% - 15px) 50%;
}
.pass-field-outer .pass-field.opened {
  background: url("../icons/eye.svg") no-repeat calc(100% - 15px) 50%;
}

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