html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.custom-title {
    color: blue;
    font-family: Arial, sans-serif;
}

.section-heading {
    border-bottom: 2px solid orange;
    margin-bottom: 20px;
}

.form-section {
    border: 2px solid green;
    padding: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.logo1-img {
    max-width: 30%;
    max-height: 30%;
}
.group-logo {
    width: 50px; /* Adjust the width as needed */
    height: 30%; /* Maintains the aspect ratio of the image */
    margin-right: 10px; /* Adjust the margin as needed */
}
.custom-title {
    text-align: center;
}

.logo-and-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#bttnSubmit,
#bttnCancel {
    margin: 10px;
}