.max-width-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

body {
  background-color: #f4f5f7;
  flex-direction: column;
}

.error-signup {
  height: 12px;
  color: #e74c3c;
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: 8px;
  text-align: left;
  padding-left: 16px;
}

.password-margin {
  margin-bottom: 23px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 32px 0 32px;
}

.join-logo-signup {
  width: 60px;
  height: auto;
}

.titel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-icon {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 60px;
}

.signup-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin-bottom: 84px;
}

.login-title {
  margin: 6px;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
}

.underline {
  width: 85px;
  height: 4px;
  background-color: #29abe2;
  margin: 4px auto 32px;
  border-radius: 2px;
}

.input-group input {
  padding: 8px 30px 8px 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
  background-color: #f9f9f9;
  outline: none;
}

.input-group i {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}

.signup-icon {
  width: 17px;
  height: 17px;
}

.checkbox-container {
  color: #a8a8a8;
  padding: 18px 10px 20px;
}

.error-signup-policy {
  text-align: center;
}

.primary {
  background-color: #2a3e52;
  color: white;
  border: none;
  cursor: pointer;
}

#vehicle1 {
  cursor: pointer;
}

.primary:hover:not(:disabled) {
  background-color: #28abe2;
  cursor: pointer;
}

.privacy-text {
  display: inline-block;
  color: #28abe2;
}

.privacy-text:hover {
  text-decoration: underline;
  cursor: pointer;
}

.btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
}

.signup-btn {
  background-color: #2a3e52;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 15px 24px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.signup-btn:hover {
  background-color: #28abe2;
}

.signup-success {
  text-align: center;
  width: auto;
  padding: 32px;
  background-color: #2a3647;
  color: white;
}

.Legal-texts {
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #7073758d;
}

.Legal-texts btn {
  color: inherit;
  text-decoration: none;
}

.Legal-texts btn:hover {
  color: #28abe2;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 500px) {
  .signup-container {
    padding: 24px 16px;
  }

  .signup-input {
    width: 100%;
  }
}
