.spaniamrobotclass {
	font-size: 20px;
	color: #3498db;
	display: none;
}
.loaderwaitingclass {
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 18px;
	height: 18px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.sinputmloginbutton {
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #868585;
	height: 29px;
	border-radius: 3px;
	width: 100%;
	margin-top: 5px;
	color: white;
	margin-bottom: 20px;
}
.loginwessiteclass {
	height: 33px;
	border: 1px solid #EDAEFF;
	display: flex;
	border-radius: 5px;
	background-color: #F6D8FF;
	padding: 15px 20px 8px 20px;
	font-family: 'IRANSans' !important;
}
.logindivclass1{
		font-size: 40px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	
}
.logingmypsychologistclass{
	padding: 0px 10px;
	font-family: 'Billabong W00 Regular' !important;
	font-size: 30px;
	color:#2A2A2A;
}
.mlogindiv {
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	text-align: center;
	width: 310px;
	background-color: white;
	margin: 20px auto 0px auto;
	padding-top: 20px;
	-webkit-user-select: none;-ms-user-select: none;user-select: none;
}
.mlogininput {
	font-family: 'IRANSans' !important;
	background-color: #E0E0E0;
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 29px;
	padding-right: 10px;
	width: 300px
}
.mloginbutton {
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #57900C;
	height: 29px;
	border-radius: 3px;
	width: 100%;
	margin-top: 5px;
	color: white;
	margin-bottom: 20px;
}
.mloginbutton:hover {
	background-color: #6BAB16;
}
.mhidebutton {
	font-family: 'IRANSans' !important;
	height: 31px;
	background-color: #A569F0;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 3px 0px 0px 3px;
	color: white;
}
.mhidebutton:hover {
	background-color: #B380F4;
}
.merrorloginspan{
	color:red;
	font-size: 10px;
	margin: 5px 0px 5px 0px;
}

