.registersection-1 {
  margin-top: 6rem;
}
.popup {
  border-radius: 10px;
  border: 1px solid #ffdac0;
  background: var(--WARNING-SURFACE, #ffefe4);
  padding: 16px;
}

.popup h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%; /* 16px */
}

.popup p {
  color: #454545;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.form-container h2 {
  margin-bottom: 20px;
  text-align: center;
}
.form-container label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #454545;
  font-size: 14px;
}
.form-container input[type='text'],
.form-container input[type='tel'],
.form-container input[type='email'],
.form-container input[type='password'],
.form-container input[type='file'] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  box-sizing: border-box;
}
.form-container input[type='submit'] {
  width: 100%;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.form-container input[type='submit']:hover {
  background-color: #45a049;
}
.form-container .required {
  color: red;
}

.file-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-file-upload {
  display: inline-block;
  padding: 20px 20px;
  background-color: #fff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.custom-file-upload label {
  font-size: 14px;
  font-weight: 300;
  color: #191d23;
  margin: 8px 0;
}
.custom-file-upload:hover {
  background-color: #e2dfdfe4;
}

#company_logo {
  display: none; /* Hide the default file input */
}

.sideimage {
  height: 600px;
}

@media screen and (max-width: 992px) {
  .sideimage {
    height: 500px;
  }
}

@media screen and (max-width: 480px) {
  .sideimage {
    height: 400px;
  }
  .registersection-1 {
    margin-top: 0rem;
  }
  .registersection-1 h1 {
    font-size: 20px;
    line-height: 32px; /* 160% */
    letter-spacing: -0.4px;
  }
}
