	   fieldset {
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            padding: 20px;
            border: 1px solid #ddd;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        legend {
            background-color: #5cc5a5;
            color: white;
            padding: 5px 15px;
            border-radius: 5px;
            width: auto !important;
            float: inherit !important;
            font-size: 1em !important;
            font-weight: 600 !important;
            letter-spacing: 1px !important;
            margin-bottom:0px !important;
        }
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            text-align: left;
        }
        input, select, textarea
		{
			resize: none;
            width: calc(100% - 20px);
            padding: 8px;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            -webkit-appearance:auto !important;
            -moz-appearance:auto !important;
            appearance:auto !important;
        }
        input[type='submit'] {
            background-color: #4CAF50;
            color: white;
            border: none;
            padding: 10px 20px;
            cursor: pointer;
            border-radius: 5px;
            font-size: 1.2em;
            max-width: 200px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
        input[type='submit']:hover {
            background-color: #45a049;
        }
        input[type='checkbox'] {
            height:30px;
            width:30px;
            margin-top:5px;
        }
        .dashboard-body
        {
            background-color:rgba(92, 197, 165, 0.18) !important;
        }
        .dash-aside-navbar .dasboard-main-nav li a.active
        {
            background-color: #5cc5a5 !important;
        }
        
        .fixed-buttons {
           position: fixed;
           top: 150px;
           background-color: white;
           z-index: 1000;
           padding: 10px;
           box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }
        
	