/*Signup==========================================================*/

.Authmessage {
	padding: 5px 10px !important;
	color: red;
	margin-bottom: 0;
	font-size: 12px !important;
	font-weight: 700;
	text-align: end;
}

.sucses-forgot-mail{
	border-left: 5px solid #16CF96;
}
.sucses-forgot-svg{
	padding-right: 10px;
}
/*.Autherror {*/
/*	background-color: red;*/
/*}*/
.Authsuccess {
	background-color: limegreen;
}
.Authsended {
	background-color: #bb9c66;
}
.forgoterror {
	background-color: red;
	color: white;
	margin-bottom: 0;
	padding: 2px 5px !important;
}
.forgosuccess {
	background-color: #bb9c66;
	color: white;
	margin-bottom: 0;
	padding: 2px 5px;
}
/*.Autherror:hover .text-red {*/
/*	color: red !important;*/
/*	text-decoration: underline;*/
/*	width: auto;*/
/*}*/