/*Write your custom css in this file.*/

.form-signin .card{
	background-color: rgba(255,255,255, 0.8) !important;
	backdrop-filter: blur(10px) !important;
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8) !important;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8) !important;
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8) !important;
}

.form-signin .card-header{
	background-color: transparent !important;
	border-color: rgba(0, 0, 0, 0.1); !important;
}

.modal-lg, .custom-modal-lg, .task-preview{
	max-width: 1400px;
}

textarea, .comment_description, .note-editable{
	width: 100% !important;
	min-height: 300px !important;
}