body {
  font-family: Arial, Helvetica, sans-serif;
}

.form-login {
  width: 400px !important;
}

@media only screen and (max-width: 500px) {
  .form-login {
    width: 370px !important;
  }
}
@media only screen and (max-width: 450px) {
  .form-login {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .form-login .rememberMe {
    display: block !important;
  }
}
.md-form .prefix {
  top: 0.8rem;
  font-size: 1.5rem;
}
.md-form .field-icon {
  float: right;
  margin-left: -30px;
  padding-right: 5px;
  margin-top: -50px;
  font-size: 1rem;
  position: relative;
  z-index: 2;
  color: black;
}

.svgContainer {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  pointer-events: none;
}
.svgContainer div {
  position: relative;
  width: 100%;
  height: 0;
  overflow: show;
  padding-bottom: 100%;
}
.svgContainer .mySVG {
  position: absolute;
  left: 33px;
  top: 103px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.icon {
  display: block;
  width: 400px;
  height: 400px;
  overflow: visible;
}

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