.dialog_login .text-center {
  text-align: center;
}

.dialog_login .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.dialog_login .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.dialog_login .font-semibold {
  font-weight: 600;
}

.dialog_login .font-medium {
  font-weight: 500;
}

.dialog_login .mb-2 {
  margin-bottom: 0.5rem;
}

.dialog_login .mb-6 {
  margin-bottom: 1.5rem;
}

.dialog_login .text-gray-600 {
  color: #4b5563;
}

.dialog_login .space-y-4 > * + * {
  margin-top: 1rem;
}

.dialog_login button {
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}

.dialog_login .bg-blue-600 {
  background-color: #2563eb;
  color: white;
}

.dialog_login .bg-blue-700:hover {
  background-color: #1d4ed8;
}

.dialog_login .bg-green-600 {
  background-color: #16a34a;
  color: white;
}

.dialog_login .hover\:bg-green-700:hover {
  background-color: #15803d;
}

.dialog_login .mt-6 {
  margin-top: 1.5rem;
}

.dialog_login .relative {
  position: relative;
}

.dialog_login .absolute {
  position: absolute;
}

.dialog_login .inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dialog_login .flex {
  display: flex;
}

.dialog_login .items-center {
  align-items: center;
}

.dialog_login .justify-center {
  justify-content: center;
}

.dialog_login .border-t {
  border-top: 1px solid #d1d5db;
}

.dialog_login .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.dialog_login .text-gray-500 {
  color: #6b7280;
}

.dialog_login .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.dialog_login .bg-white {
  background-color: white;
}

.dialog_login .mt-4 {
  margin-top: 1rem;
}

.dialog_login .grid {
  display: grid;
}

.dialog_login .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dialog_login .gap-3 {
  gap: 0.75rem;
}

.dialog_login .border {
  border-width: 1px;
  border-style: solid;
}

.dialog_login .border-gray-300 {
    border-color: rgb(209 213 219);
}

.dialog_login .hover\:bg-gray-50:hover {
  background-color: #f9fafb;
}

.dialog_login .rounded-lg {
  border-radius: 0.5rem;
}

.dialog_login .text-red-500 {
  color: #ef4444;
}

.dialog_login .text-black {
  color: #000;
}

.dialog_login .mr-2 {
  margin-right: 0.5rem;
}

.dialog_login .w-full {
  width: 100%;
}

.dialog_login .bg-blue-600 {
  background-color: #2563eb;
}

.dialog_login .text-white {
  color: #ffffff;
}

.dialog_login .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.dialog_login .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.dialog_login .rounded-full {
  border-radius: 9999px;
}

.dialog_login .hover\:bg-blue-700:hover {
  background-color: #1d4ed8;
}

.dialog_login .w-full {
  width: 100%;
}

.dialog_login .font-medium {
  font-weight: 500;
}

.dialog_login .block {
    display: block;
}
.dialog_login .h-\[24px\] {
  height: 24px;
}

.dialog_login .flex-col {
    flex-direction: column;
}

.dialog_login .no-underline {
    text-decoration: none;
}