#auth-heading-title{
  padding-top:8px;
}

#auth-container{
  border:0px;
}

#auth-heading-title{
  font-weight:bold !important;
}

#auth-container{
	background:#F7F7F5; 
}

.relative.space-y-2.w-full>a{
  background:rgba(255, 255, 255, 0.6);
}

.relative.space-y-2.w-full>a:hover{
 	background:rgba(255, 255, 255, 0.8); 
}

.auth-component-input{
  background:#e2e2e1;
}

label{
  background:none;
}

label.auth-component-input-label-focused{
  background:#000000;
  border: 1px solid #424241;
  color:#ffffff;
  border-radius: 10px;
   transform: rotate(-3deg) translateY(-9px);
}

[data-auth="email-read-only-placeholder"] {
	background:#d5d5d4;
}



.relative.space-y-2.w-full>a{
 background:rgba(255, 255, 255, 0.4); 
}

.relative.space-y-2.w-full>a:hover{
 background:rgba(255, 255, 255, 0.6); 
}