/* Remove #signup-forms-template-2 from all the selectors */
#signup-forms-template-2 button {
    border: none;
    font-size: 1rem;
    background: none;
    cursor: pointer;
    letter-spacing: 1px;
}

#signup-forms-template-2 .signup-form-page-container {
    height: 100vh;
    padding-top: 3rem;
    background-color: #f1f1f1;
}

#signup-forms-template-2 .signup-form-type-container {
    margin-bottom: 3rem;
}

#signup-forms-template-2 .signup-form-type-buttons {
    width: max-content;
    margin: 0 auto 1rem;
}

#signup-forms-template-2 .signup-form-button:hover {
    transform: scale(1.15);
}

#signup-forms-template-2 .signup-form-type-animation {
    position: relative;
    width: 70px;
    height: 18px;
    margin: auto;
    border-radius: 0.25rem;
    background-color: #ffc700;
    cursor: pointer;
}

#signup-forms-template-2 .signup-form-type-animation svg {
    position: absolute;
    top: -9px;
    left: -4px;
}

#signup-forms-template-2 .signup-form-container {
    max-width: 500px;
    margin: auto;
    border-radius: 0.3rem;
    padding: 3rem 1.5rem;
    background-color: #2a2b38;
    background-image: url(assets/images/signup-forms-template-2-background.svg);
    color: rgba(255, 255, 255, .5);
}

#signup-forms-template-2 .signup-form-heading {
    margin-bottom: 3rem;
    text-align: center;
    font-size: 1.75rem;
}

#signup-forms-template-2 .signup-form {
    margin-bottom: 0.75rem;
}

#signup-forms-template-2 .form-label-input-container {
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

#signup-forms-template-2 .form-label {
    /* .visually-hidden */
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

#signup-forms-template-2 .form-icon {
    position: absolute;
    left: 8px;
}

#signup-forms-template-2 .form-input {
    width: 100%;
    border: none;
    border-radius: 0.3rem;
    outline: none;
    padding: 0.75rem 3rem;
    font-size: 1.25rem;
    background-color: #212529;
    color: rgba(255, 255, 255, .5);
}

#signup-forms-template-2 .show-hide-password-btn {
    position: absolute;
    right: 8px;
    cursor: pointer;
}

#signup-forms-template-2 .form-action {
    margin-top: 3rem;
    text-align: center;
}

#signup-forms-template-2 .form-submit-btn {    
    border-radius: 0.25rem;
    padding: 0.5rem 1.5rem;
    background-color: #ffc700;   
}

#signup-forms-template-2 .forgot-password-btn-container {
    margin-bottom: 0.75rem;
    text-align: center;
}

#signup-forms-template-2 .forgot-password-btn {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, .5);    
}

#signup-forms-template-2 .signup-form-response {
    color: red;
    text-align: center;
}