@charset "UTF-8";
#register .form-logo {
  width: 200px;
}
#register .login-form {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#register .login-form .form-control {
  margin-bottom: 1rem;
}
#register .login-form .form-check {
  margin-bottom: 1rem;
}
#register .login-form .btn {
  width: 100%;
}
#register .have-account-line {
  margin-top: 30px;
  border-top: 1px #eee solid;
  position: relative;
}
#register .have-account-line::after {
  content: "لديك حساب ؟";
  position: absolute;
  width: 100px;
  text-align: center;
  right: calc(50% - 50px);
  background-color: #fff;
  top: -10px;
  font-size: 12px;
  font-weight: 300;
}/*# sourceMappingURL=auth.css.map */