.btn{
	height: auto !important;
	background-color: #f00;
	color: #fff !important;
}


.btn-primary{
	color: #fff !important;
	border: 1px solid #f00!important;
}

.btn:hover{
	background-color: #fff;
	color: #f00 !important;
} 



.btn-full{
	color: #fff!important;
}

.msg-container{
	position: relative;
	
}

.error-message {
	padding: 10px;
	background-color: #721c24;
	color: #fff;
	border: 1px solid #f5c6cb;
	border-radius: 5px;
	margin: 10px 0;
	width: 90%;
	max-width: 400px;
	text-align: center;
	font-size: 16px;
	display: none; /* Initially hidden */
	position: absolute;
	right: 70px;
}

.success-message {
	padding: 10px;
	background-color: #038e2d;
	color: #fff;
	border: 1px solid #038e2d;
	border-radius: 5px;
	margin: 10px 0;
	width: 90%;
	max-width: 400px;
	text-align: center;
	font-size: 16px;
	display: none; /* Initially hidden */
	position: absolute;
	right: 70px;
}

.warning-message {
	padding: 10px;
	background-color: #f99f0e;
	color: #721c24;
	border: 1px solid #f99f0e;
	border-radius: 5px;
	margin: 10px 0;
	width: 90%;
	max-width: 400px;
	text-align: center;
	font-size: 16px;
	display: none; /* Initially hidden */
	position: absolute;
	right: 70px;
}


.profile_pix_container{
	width: 150px;
	height: 150px;
	overflow: hidden ;
	border-radius: 100%;     
}

.profile_pix_container img{
	width: 100%;
}