.container {
        width: 95.6%;
		background: linear-gradient(to bottom, #F3D595, #CF9C63);
		margin-left: 28px;
		margin-top: 25px;
		height: 500px;
     }
        
        h1 {
            color: #CF9C63;
            text-align: center;
            margin-bottom: 30px;
            font-size: 28px;
            position: relative;
            padding-bottom: 15px;
        }
        
        
        
        .form-row {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .form-group {
            flex: 1;
            min-width: 200px;
			display: flex;
			margin-top:15px;
			margin-left:30px;
        }
        .fs{
			margin-top:30px;
		}
		.ke{
			width:376px;
			height:37px;
		}
        label {
            line-height: 40px;
            font-size: 16px;
			margin-right:15px;
			width:90px;
			text-align:right;
        }
        
        input, select, textarea {
            width: 71%;
            /* padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 5px; */
            font-size: 16px;
			height: 40px;
            /* transition: all 0.3s; */
        }
        
       
        
        textarea {
            height: 100px;
            resize: vertical;
        }
        .btns{
			margin:0 auto;
			text-align:center;
		}
        .submit-btn {
            width: 120px;
			text-align: center;
			margin: 0 auto;
			background: #fdf6e7;
			font-size: 16px;
			color: #3D1F0D !important;
			margin-top: 15px;
			height: 36px;
			line-height: 36px;
			border-radius:4px;
			border:none;
			cursor: pointer;
        }
        
        
        
        .note {
            text-align: center;
            color: #666;
            font-size: 14px;
            margin-top: 20px;
        }
        .freeback_dali_item ul li{
			list-style: none;
			margin: 5px 0px;
			border-bottom: 1px #ccc dashed;
			padding-right: 24px;
			height: 35px;
		}
        
		
		
		
		
		
		
		
		
		
		
		
		
		
		