 
.logo-background {
    /* background-color: black; Set background color to black */
    background-color:#94CFF5;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    /* Add some padding above and below the logo padding: 50px 0 0 0;*/
 }
.logo {
    background-color:#94CFF5;
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Center vertically */
    justify-content: flex-start; /* Align to the left */
}
.logo img {
    display: block;
    padding-left: 75px;
    padding-bottom: 0px;
}     
.logo-background > div:nth-child(2) img {
    display: block;
    height: 60px; /* Set image height to 60px */
    margin-top: 0; /* Ensure there's no gap between images */
    width: 100%;
}
/* .logo {
	display: block;
    justify-content: center;
    margin-bottom: 20px; Adjust as needed
    max-width: 100%;
    height: auto;
} */
 select.form-control {
    font-family:INTER Bold !important;
    font-size: 20px;
}
select.form-control option {
    font-family:INTER Bold !important;
    font-size: 23px;
}
.heading-details {
    font-family:INTER Bold !important;
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 700;
}
label {
	display: inline-block;
    font-family:INTER Bold !important;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}
.btn-primary-custom {
    /* font-family: 'NunitoSansBold', sans-serif;
    font-family:INTER Bold;
    font-size: 20px;
    color: #fff;
    width: 35%;
    height: 40px;
    border-radius: 10px;
    margin: 0 auto; */ /* Center the button */
    background-color: #000000 !important;
}
.req-field{
	color: red;
}
.submit-button{
	background-color: black;
    color: #fff;
    width: 35%;
    height: 40px;
    border-radius: 10px;
    border: none;
    outline: 0;
    font-size: 14px;
    text-align: center;
}
.button-container {
    display: flex;
    justify-content: center; /* Center the button horizontally */
    width: 100%; /* Ensure the container takes full width */
}
.field-icon-wrapper .material-icons {
    transform: translateY(-1px); /* Adjust the value as needed */
}
.info-icon {
    font-size: 16px !important; /* Adjust the size as needed */
    opacity: 0.5; /* 50% transparency */
}