#loginModalContainer {
    font-family: inter, sans-serif;
    font-family: sora, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    animation: fadeIn 0.3s;
    z-index: 20000;
}
.auth-container {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 1.25rem;
    background-image: linear-gradient(to right, #8fbc8f3d, #4682b43d);
    background-image: linear-gradient(to right, #eef4ee, #e6f3ff);
}
.tabs {
    display: flex;
    justify-content: space-around;
    background: white;
    color:#6b6b6b;
    cursor: pointer;
}
.tab:hover {
    background: #f4f4f9;
}
.tab {
    flex: 1;
    text-align: center;
    padding: 0.625rem 0;
    padding-left: 6px!important;
    padding-right: 6px !important;
    letter-spacing: 0.02rem;
    font-size: 1.1rem;
}
.tab.active {
        font-weight: 500;
        border-bottom: 1px solid grey;
        color: #006495;
}
.form-container {
    padding: 2.5rem;
    padding-top: 1.25rem;
}
form {
    display: none;
    flex-direction: column;
}
form.active {
    display: flex;
}
label {
    margin-bottom: 0.3125rem;
    font-family: inter, sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}
label[for="promo_code"] {
    visibility:hidden;
}
summary {
    font-size: 0.8rem;
}
input {
    padding: 0.625rem;
    margin-bottom: 0.9375rem;
    border: 0.0625rem solid #ccc;
    border-radius: 10px;
    font-size: 1rem;
    height:auto !important;
}
input:focus-visible {
    outline-offset:none;
    outline: none;
    border: none;
}
input:focus {
    border: 0.0625rem solid #3d7da1;
}
input::placeholder{
    font-family: inter, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
}
.regform-button {
    padding: 0.625rem;
    background-color: #006495;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    letter-spacing: 0.03rem;
    margin-top: 1.875rem;
}
.regform-button:hover {
    background-color: color-mix(in srgb, #006495, white 16%);
}
.extra {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.625rem;
}
.extra a {
    color: #0078D7;
    text-decoration: none;
}
.message {
    margin-bottom: 0.9375rem;
    padding: 0.625rem;
    text-align: center;
    border-radius: 4px;
    display: none;
}
.message.error {
    background: #ffdddd;
    color: #d8000c;
}
.message.success {
    background: #ddffdd;
    color: #22a327;
    font-weight: 500;
}
.resend-verification {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.625rem;
}
.resend-link {
    color: #0078D7;
    text-decoration: underline;
    cursor: pointer;
}
.resend-link:hover {
    color: #005BBB;
}
#password-reset-form {
    display: none; 
    flex-direction: column;
}
#password-reset-form.active {
    display: flex;
}
#google-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.25rem;
    margin-top: 1rem;
}
.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.625rem; 
    height: 2.1875rem;
    padding-top: 0.25rem;
    border: 0.0625rem solid #dadce0;
    border-radius: 25px;
    background-color: white;
    color: #5f6368;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    font-family: "roboto" , sans-serif;
    letter-spacing: 0.05rem;
}
.google-login-btn:hover {
    background-color: #f8f9fa;
}
.google-login-btn img {
    height: 1.5rem;
    margin-right: 0.625rem;
}
#promo_code {
    text-transform: uppercase;
}
#special-access-deatils {
    margin:auto;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
#register-form input::placeholder,
#login-form input::placeholder {
    color: #bbbbbb; 
}
@media (max-width: 1550px) {
#loginModalContainer {
    font-family: inter, sans-serif;
    font-family: sora, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.auth-container {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 1.25rem;
    background-image: linear-gradient(to right, #8fbc8f3d, #4682b43d);
    background-image: linear-gradient(to right, #eef4ee, #e6f3ff);
}
.tabs {
    display: flex;
    justify-content: space-around;
    background: white;
    cursor: pointer;
}
.tab {
    flex: 1;
    text-align: center;
    padding: 0.625rem 0;
    padding-left: 6px!important;
    padding-right: 6px !important;
}
.tab.active {
        font-weight: 500;
        border-bottom: 1px solid grey;
        color: #006495;
}
.form-container {
    padding: 2.5rem;
    padding-top: 1.25rem;
}
form {
    display: none;
    flex-direction: column;
}
form.active {
    display: flex;
}
label {
    margin-bottom: 0.3125rem;
    font-family: inter, sans-serif;
    font-weight: 300;
    font-size: 1rem;
}
label[for="promo_code"] {
    font-weight: 500; 
    font-size: 1rem; 
    color: #006495; 
    margin-bottom: 0.5rem; 
    display: block; 
}
summary {
    font-size: 0.9rem;
}
input {
    padding: 0.625rem;
    margin-bottom: 0.9375rem;
    border: 0.0625rem solid #ccc;
    border-radius: 10px;
    font-size: 1.15rem;
    height:auto !important;
}
input::placeholder{
    font-family: inter, sans-serif;
    font-weight: 300;
    font-size: 1.075rem;
}
.regform-button {
    padding: 0.625rem;
    background-color: #006495;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.2rem;
    cursor: pointer;
    letter-spacing: 0.03rem;
}
.regform-button:hover {
    background-color: color-mix(in srgb, #006495, white 16%);
}
.extra {
    text-align: center;
    font-size: 1.rem;
    margin-top: 0.625rem;
}
.extra a {
    color: #0078D7;
    text-decoration: none;
}
.message {
    margin-bottom: 0.9375rem;
    padding: 0.625rem;
    text-align: center;
    border-radius: 4px;
    display: none;
}
.message.error {
    background: #ffdddd;
    color: #d8000c;
}
.message.success {
    background: #ddffdd;
    color: #22a327;
    font-weight: 500;
}
.resend-verification {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 0.625rem;
}
.resend-link {
    color: #0078D7;
    text-decoration: underline;
    cursor: pointer;
}
.resend-link:hover {
    color: #005BBB;
}
#password-reset-form {
    display: none; 
    flex-direction: column;
}
#password-reset-form.active {
    display: flex;
}
#google-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.google-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.625rem; 
    height: 2.1875rem;
    padding-top: 0.25rem;
    border: 0.0625rem solid #dadce0;
    border-radius: 25px;
    background-color: white;
    color: #5f6368;
    font-weight: 500;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
    font-family: "roboto" , sans-serif;
    letter-spacing: 0.05rem;
}
.google-login-btn:hover {
    background-color: #f8f9fa;
}
.google-login-btn img {
    height: 1.5rem;
    margin-right: 0.625rem;
}
#promo_code {
    text-transform: uppercase;
}
#special-access-deatils {
    margin:auto;
    margin-top: 0.625rem;
    margin-bottom: 0;
}
}