.adwa-input{
  display: flex;
  flex-shrink: 0; 
}


.btn-large-default{

flex-direction: column;
align-items: center;
gap: 10px;
border-radius: 8px;
border: 1px solid #004D21;
background: white;
box-shadow: 0px 4px 4px 0px
rgba(0, 0, 0, 0.25);
text-transform:uppercase;
color:black;
white-space:normal;
	
}

.btn-large-default:hover{
flex-direction: column;
align-items: center;
gap: 10px;
flex-shrink: 0;
border-radius: 8px;
background: #004D21;
text-transform:uppercase;
color:white;
font-weight:bold;	
white-space:normal;

}

.text-connect{
	text-align:center; 
	font-style:italic; 
	font-weight:bold; 
	margin-top:25px
}

.error-login{
	color:red;
	font-style:italic;
}
.underlined-link{
	font-weight: bold !important;
	 color:black !important;
}

.underlined-link:hover{
	font-weight: bold !important;
	 color:#6760a6 !important;
	 text-decoration:underline 3px !important;
	 text-underline-offset : 6px !important;
}

.nav-background:hover{
	 background:#6f56b212 !important;
}
