@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.language-switcher{
    display: none;
}

.login{
    background: url('https://anfcadev.wpenginepowered.com/wp-content/uploads/2025/09/login-bg-scaled.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Quicksand", sans-serif;
    display: flex;
    flex-direction: column;
}

#login{

    margin: 0;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 30rem;
    width: 100%;

    backdrop-filter: blur(1rem);
    background: #ffffffed;
    box-shadow: 0 .625rem .9375rem -0.1875rem rgb(0 0 0 / 0.1), 0 .25rem .375rem -0.25rem rgb(0 0 0 / 0.1);
    padding: 1.25rem;

}

@media (max-width:800px){

    .login{

        padding: 1rem 0rem;
        height: auto;
    }

 
    #login{
        margin: 1rem auto;
        height: min-content;
        padding: 1rem;
        max-width: 19rem;
        border-radius: 0.5rem;
        border: 2px solid #dedede4b;
    }
}


#loginform{
    background: none;
    border: none;
    box-shadow: 0 0 #0000;
    display: flex;
    flex-direction: column;
}

#loginform label{
    font-weight: 600;
}

#wp-submit{

    border-radius: 624.9375rem;
    font-weight: 600;
    font-size: 1.125rem;
    text-transform: uppercase;
    width: 100%;
    margin-top: 1.5rem;
    background-color: #AA3B24;
    border: none;

}

#wp-submit:hover{
    background-color: #772919;
    text-decoration: underline;
}

#nav a{
    text-decoration: underline !important;
}

#nav a:hover{

    text-decoration: none !important;

}

#login-message{
    margin-top: 2rem;
}

.login-intro{
    margin-top: 1rem;
    max-width: 320px;
    margin: auto;
}

.login-intro .login-header{
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    justify-content: center; 
    color: #364654;
    margin-bottom: 0.50rem;
    text-transform: uppercase;
}

.login-intro p{
    font-family: "Newsreader", serif;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: #1D262F;
    font-size: 1.75rem;
    line-height: 100%;
}

#login h1 a, .login h1 a{
    margin-bottom: 2rem;
}

.member-login-details{
display: flex;
justify-content: center;
font-size: 1rem;
margin-top: 2rem;
}

#nav, #backtoblog{
    text-align: center;
}