.login-btn {
  margin-top: calc(0% + 25px);
  position: relative;
  display: inline-block;
  width: 177px;
  height: 40px;
  font-size: 1em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.045em;
}
.login-btn:hover {
  text-decoration: none;
}
.login-btn svg {
  position: absolute;
  top: 0;
  left: 0;
}
.login-btn svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.login-btn span {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-btn:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 103, 623;
  stroke-dashoffset: 537;
}
.login-btn2 {
  margin-top: calc(0% + 25px);
  position: relative;
  display: inline-block;
  width: 177px;
  height: 40px;
  font-size: 1em;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.045em;
}
.login-btn2:hover {
  text-decoration: none;
}
.login-btn2 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.login-btn2 svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.login-btn2 span {
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-btn2:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 103, 623;
  stroke-dashoffset: 537;
}
/*# sourceMappingURL=c90f264673dc7037079ea9e8d84d65b6dc781cf0.btn.scss.map */
