
.start_step_title {
    margin-top: 60px;
}

.using_email {
    text-align: center;
    margin: 10px 0 20px 0;
}

.show-password-button i {
    color: var(--primary-dark);
}

.question-link {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}

.start_step_message {
    margin-bottom: 20px;
    text-align: center;
}

.password-input-container {
    position: relative;
    width: 100%;
  }
    
.show-password-icon {
    position: absolute;
    top: 50%; /* Vertically center the icon */
    right: 10px; /* Adjust the position as needed */
    transform: translateY(-50%); /* Vertically center the icon */
    cursor: pointer;
    color: var(--primary-medium); /* Icon color */
  }
    
  .field_error {
    color: darkred;
    font-size: 12px;
    padding-bottom: 10px;
  }

  .error_focus {
    border: 2px solid darkred; /* Red border color */
    outline: none; /* Remove the default outline */
  }

  .start_checkbox {
    font-size: 16px;
  }