body {
  font-family: "Raleway";
}
body .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99999;
  background-size: cover;
  background-image: url("/img/bg1.png") !important;
}
body .login-box,
body .register-box {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .card {
  border-radius: 50%;
  width: 500px;
  height: 500px;
  border: 1px solid #F25652;
  display: flex;
  justify-content: center;
}
body .card .border-white {
  width: 500px;
  height: 500px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #e9ecef !important;
  position: absolute;
  top: 0;
  left: -25px;
  z-index: -5;
}
body .card .border-pink {
  width: 500px;
  height: 500px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #F25652;
  position: absolute;
  top: 0;
  right: -25px;
  z-index: -5;
}
body .card .login-logo,
body .card .register-logo {
  margin: 0;
}
body .card .login-logo a,
body .card .register-logo a {
  font-size: 38px;
  font-weight: 400;
  color: #1D232D;
}
body .card .login-logo a span,
body .card .register-logo a span {
  color: #F25652;
  font-weight: 600;
}
body .card .card-header {
  border-bottom: none;
  padding: 0;
}
body .card .card-body {
  background-color: transparent;
  height: auto;
}
body .card .card-body .btn {
  width: 120px;
  border-radius: 4px;
  font-size: 1em;
}
body .card .card-footer {
  background-color: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
}
body footer {
  font-size: 16px;
  text-align: center;
  color: #1D232D;
}

@media (max-width: 600px) {
  .card {
    border-radius: 0 !important;
    width: 90% !important;
    height: auto !important;
    border: none !important;
  }
  .border-pink,
.border-white {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */