.layout {
	background-color: #f4f4f4;
    margin: 40;
	width: 100%;
	height: auto;
    display: inline-block
    align-items: center;
    justify-content: center;
	margin-bottom: 0px;
	}
.layout2 {
	background-color: #f4f4f4;
    margin: 0;
	width: 100%;
	height: 700px;
    display: inline-block;
    margin-bottom: 0px;
	Color: black;
	font-size: 25px;
	line-height: 20px;
	padding-top: 20px;
	align-items: center;
    justify-content: center;
	}
.layout3 {
	background-color: #f4f4f4;
    margin: 0;
	width: 100%;
	height: auto;
    display: inline-block;
    margin-bottom: 0px;
	font-size: 25px;
	line-height: 20px;
	padding-top: 20px;
	align-items: center;
    justify-content: center;
	}
#RegCHCC {
    background-color: #3B6C99;
	border-radius: 10px;
    margin-bottom: 0;
	}


.container_form1 {
    background-color: #3351A2;
	width: 75%;
	margin: 0 0 0 200px;
	height: 600px;
	padding: 50px;
	border-radius: 10px;
    margin-bottom: 0;
}
.container_form2 {
    background-color: #3351A2;
	width: 75%;
	margin: 0 0 0 200px;
	height: 600px;
	padding: 50px;
	border-radius: 10px;
    margin-bottom: 0;
}
.container_form2 {
    background-color: #3351A2;
	width: 90%;
	margin: 0 0 0 0;
	height: 600px;
	padding: 50px;
	border-radius: 10px;
    margin-bottom: 0;
	font-size: 20px;
}
.container_form3 {
    background-color: #3351A2;
	width: 70%;
	margin: 0 0 0 0;
	height: auto;
	padding: 50px;
	border-radius: 10px;
    margin-bottom: 0;
	font-size: 20px;
	color: #fffffff;
	}

.Reg {
	width: 75%;
	background-color: #1B255B;
	padding-left: 50px;
	border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
}
	
form {
	display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    margin-bottom: 16px;
}
.form-row2 {
    display: flex;
    margin-bottom: 20px;
	background: #3B91CB;
}

.form-column {
    flex: 1;
    margin-right: 10px;
}
.form-column2 {
  height: 25px;
  width: 25px;	
 }

label {
	color: white;
    margin-bottom: 8px;
    font-weight: bold;
}

input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 5px;
}
checkmark {
  position: absolute;
  height: 50Px;
  width: 50px;
  background-color: #eee;
}

button {
    background-color: #4caf50;
	width: 100px;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 26px;
}

button:hover {
    background-color: #45a049;
}
.h2_form {
 	color: #ffffff;
	display: inline-block;
	font-size: 20pt;
	line-height: 3.5;
	margin-bottom: 3px;
	}
.section_form {
      width: 100%;
	  height: 100px;
      padding: 50px;
      box-sizing: border-box;
      margin-bottom: 20px; /* Add margin between sections */
      box-sizing: border-box;
	  margin: 0;
    }
