a {
  color: inherit;
  text-decoration: inherit;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.text-center {
  text-align: center;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
* {
  box-sizing: border-box;
}
.auth-component {
  position: relative;
}
.auth-form {
  box-shadow: -4px 0 20px rgba(65, 61, 88, 0.102);
  max-width: 360px;
  padding: 24px;
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 999999;
  font-family: Rubik;
}
.auth-form .sub-title {
  text-align: center;
  letter-spacing: -0.28px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(51, 63, 72, 0.749);
}
.auth-form .sub-title a {
  color: #fa5f55;
  font-weight: 500;
}
.auth-form form .fields {
  position: relative;
}
.auth-form form .fields input {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 36px;
  color: #9aa0a5;
  font-weight: 400;
  font-family: Roboto !important;
}
.auth-form form .fields input:focus {
  outline: none;
}
.auth-form form .fields input.error {
  border: 1px solid #f31808;
}
.auth-form form .fields .show-password {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 24px;
  cursor: pointer;
}
.auth-form form .fields .show-password svg {
  margin-right: 0 !important;
}
.auth-form form .forgot {
  text-align: right;
  line-height: 14px;
}
.auth-form form .forgot a {
  letter-spacing: -0.28px;
  font-size: 14px;
  color: #fa5f55;
  font-weight: 500;
}
.auth-form form .submit-auth {
  background: #fa5f55;
  height: 40px;
  width: 100%;
  color: #fff;
  font-weight: 500;
  border: none;
}
.auth-form form .error {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #f31808;
  padding: 10px;
  background: rgba(243, 24, 8, 0.03);
}
.auth-form .text-bottom {
  line-height: 14px;
}
.auth-form .text-bottom a {
  font-family: Rubik;
  color: #333f48;
  font-weight: 500;
  font-size: 14px;
}
.auth-form .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.8);
  left: 0;
  top: 0;
  z-index: 500;
}
.auth-form .overlay .loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid #eee;
  border-top-color: #8fbf60;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
body.page-body-down.is-fixed-hidden .auth-form {
  top: 50px !important;
}
html.lang-il .auth-form {
  right: auto;
  left: 0;
}
html.lang-il .auth-form form .fields input {
  text-align: right;
}
html.lang-il .auth-form form .fields .show-password {
  right: auto;
  left: 20px;
}
.open-auth-enter-active {
  -webkit-animation: SlideDown 0.1s;
  animation: SlideDown 0.1s;
}
.open-auth-leave-active {
  -webkit-animation: SlideUp 0.1s;
  animation: SlideUp 0.1s;
}
@-webkit-keyframes SlideDown {
  0% {
    transform: translateY(-44px);
    opacity: 0;
  }
  80% {
    ransform: translateY(-16px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes SlideDown {
  0% {
    transform: translateY(-44px);
    opacity: 0;
  }
  80% {
    ransform: translateY(-16px);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes SlideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    ransform: translateY(-16px);
  }
  to {
    transform: translateY(-44px);
    opacity: 0;
  }
}
@keyframes SlideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    ransform: translateY(-16px);
  }
  to {
    transform: translateY(-44px);
    opacity: 0;
  }
}
#app {
  margin-top: 0;
}
