.form_container {
  background   : rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding      : 40px 40px 40px;

}

.form {
  gap       : 60px;
  width     : 100%;
  height    : 100%;
  margin-top: 24px;
}

.form_info-user,
.form_info-company {
  flex: 1
}


.custom_password {
  width: 100%;
  position: relative;
}

.custom_password-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: var(--primary);
}

.custom_password-icon > i {
  font-size: 16px;
}
