/* Generated from Tailwind CSS using Tailwind CLI or PostCSS */
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --primary: #1a73e8;
}

.min-h-screen {
  min-height: 100vh;
}

.bg-black-100 {
  background-color: #000;
}

.flex {
  display: flex;
}

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

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

.bg-white {
  background-color: #ffffff;
}

.p-8 {
  padding: 2rem;
}

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

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.w-full {
  width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.text-2xl {
  font-size: 1.5rem;
}

@media screen and (max-width:767px){
  .text-2xl {
    font-size: 1.15rem;
  }
}

.font-bold {
  font-weight: 700;
}

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

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

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

.block {
  display: block;
}

.text-sm {
  font-size: 0.875rem;
}

.font-light{
  font-weight:100;
}

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

.text-gray-700 {
  color: #374151;
}

.text-white{
  color:#fff;
  color:#000; /* Changed globally to black */
}

.mt-1 {
  margin-top: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.border {
  border-width: 1px;
}

.border-gray-300 {
  border-color: #d1d5db;
}

.rounded-md {
  border-radius: 0.375rem;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-primary:focus {
  --tw-ring-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.3);
}

.focus\:border-primary:focus {
  border-color: var(--primary);
}

.text-red-600 {
  color: #dc2626;
}

.rows-4 {
  rows: 4;
}

.bg-primary {
  background-color: var(--primary);
}

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.focus\:ring-2:focus {
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.5);
}

.focus\:ring-offset-2:focus {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(26, 115, 232, 0.5);
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.mb-25{
  margin-bottom:25px;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

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

.h-2\.5 {
  height: 0.625rem;
}

.animate-progress {
  animation: progress 1s linear forwards;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* Fonts */
body{font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
background-color:#fff;}

.montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* Button */
button[type="submit"]{border-radius:50em;border:1px solid #000;background-color:#fff;color:#000;font-weight:700;text-transform:uppercase;transition:all 1s;cursor:pointer;font-size:1.25em;box-sizing:border-box;}
button[type="submit"]:hover{background-color:#333;}

/* Inputs */
input[type="text"],input[type="email"],input[type="tel"]{
  background-color:#fff;color:#000;border:0;border-bottom:1px solid #000;font-size:1.25em;
  box-sizing:border-box;
}

/* Space */
#space {
  position: absolute;
	top: 0;
	left: 0;
  height:100vh;
  width:100vw;
  pointer-events:none;
}

/* Extras */
.logo img{max-width:100%;}
#root{display:flex;justify-content:center;position:relative;z-index:5;}
#root{padding-left:15px;padding-right:15px;}
#root > div{flex:0 0 60%;max-width:750px;}

@media screen and (max-width:767px){
  #root > div{flex:0 0 100%;max-width:100%;}
}
