.sign-in-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.error {
    color: red;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.25rem;
}
.signinTitle{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.signUpTitle {
    font-size: 30px;
    font-width: 400;
}

.showPassword {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 58px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.showPassword:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

.feather {
    width: 20px;
    height: 20px;
}
.signUp-button{
    border: 1px solid white;
    background-color: white;
    text-decoration: underline !important;
    color: var(--primary-90, #4A90E2) !important;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 1.25rem;
}
.sign-in-form-mb{
    margin-bottom: 0.5rem !important;
}
.passwordChangeContent{
    display: flex;
    justify-content: end;
    margin-bottom: 1.5rem;
}
#membership-signin-button{
    padding: 0.75rem 3rem;
    border-radius: 0.125rem;
    background: var(--dark-100, #001D35);
    color:white;
}
#membership-signin-button:hover{
    color:white !important;
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: var(--dark-100, #001D35) !important;
    text-transform: uppercase;
}
.signInLabel{
    font-size: 14px !important;
    color: var(--dark-gray-60, #86898F);
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
#swal2-title{
    color: var(--100, #001D35);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
div:where(.swal2-icon){
    border-color: white !important;
    margin: 1.5em auto 0.6em !important;
}
div:where(.swal2-container) h2:where(.swal2-title){
    padding: 0em 1em 0 !important;
}
div:where(.swal2-container) div:where(.swal2-actions){
    margin: 1.5em auto 0 !important;
}
@media (max-width: 960px){
    .passwordChangeContent{
    margin-bottom: 2.5rem;
    }
    .signinTitle{
        margin-bottom: 1.5rem;
    }
    .signInLabel{
        font-size: 12px !important;
    }
    .error{
        font-size: 14px;
    }
}