		body {

			position: relative;
		}

		.background-curve-left {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 50%;
			height: 50%;
			background: linear-gradient(135deg, #3b82f6, #1e3a8a);
			clip-path: polygon(0 100%, 0 0, 100% 100%);
		}

		.background-curve-right {
			position: absolute;
			top: 0;
			right: 0;
			width: 50%;
			height: 50%;
			background: linear-gradient(135deg, #1e3a8a, #3b82f6);
			clip-path: polygon(100% 0, 0 0, 100% 100%);
		}
		
				.mb-3 {
		            margin-bottom: 1rem;
		        }
		        .text-center {
		            text-align: center;
		        }
		        .mb-2 {
		            margin-bottom: 0.5rem;
		        }
		        .mt-2 {
		            margin-top: 0.5rem;
		        }
		        .form-control {
		            display: block;
		            width: 100%;
		            padding: 0.375rem 0.75rem;
		            font-size: 1rem;
		            line-height: 1.5;
		            color: #495057;
		            background-color: #fff;
		            background-clip: padding-box;
		            border: 1px solid #ced4da;
		            border-radius: 0.25rem;
		            margin-bottom: 10px;
		        }