.fc-toolbar, .fc-col-header-cell-cushion { 
text-transform: capitalize;
}


	/* Coded with love by Mutiullah Samim */
		body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
		}
		.user_card {
			height: 400px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #f8f9fd;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}

		.brand_logo {
			height: 150px;
			width: 150px;
		}
		.form_container {
			margin-bottom:20px;
		}
		
		.btn-avis {
			background-color : #0663a8;
			color: #FFF;
			border-color:#0663a8
			}
		.btn-avis:hover{color:#fff;background-color:#065793;border-color:#065793}


		.input-login:focus {
        border-color: #0663a8;
        box-shadow: 0 0 0 0.1rem rgba(15,117,192, 0.25); 	
		}
		

.select2-selection {
    height: 34px !important;
    border-color: #ced4da !important;
}


.erroreCampoForm{	
	color: #E51616;
}

