body{
    background-color:var(--brand-accent-soft);

}

header{
    background-color:var(--brand-header-bg);
    background-image: var(--brand-banner-url);
    background-repeat: no-repeat;
    background-size:cover;
    display: flex;
    justify-content:center;
    align-items:center;
    height:236px;
}

main{
    height:75vh;
    display: flex;
    justify-content:center;
    align-items:center;
}

.pastille-auth-header{
    max-height: 80%;
}

h1{
    background-color:#164194;
    color:#FFFFFF;
    border-radius: 100vw;
    font-weight: 800;
    font-family: almarai, sans-serif;
    display: inline-block;
    padding:0.5em 1em;
}

label, p{
    display: block;
    text-align: center;
    color:#164194;
    font-weight: 700;
    font-family: almarai, sans-serif;
    font-size: 1.5rem;
}

.card-title{
    color:#164194;
    font-weight: 800;
    font-family: almarai, sans-serif;
    font-size: 2rem;
}

.card-body, form{
    display: flex;
    flex-direction: column;
    gap:1.5rem;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,

input[type="text"]:is(:-webkit-autofill, :autofill),
input[type="email"].form-control:is(:-webkit-autofill, :autofill),
input[type="password"].form-control:is(:-webkit-autofill, :autofill)
{
    border-radius: 100vw;
    background-color:#FFFFFF !important;
}

input[type="submit"]{
    background-color:#164194;
    color:#FFFFFF;
    border-radius: 100vw;
    font-weight: 800;
    font-family: almarai, sans-serif;
    display: inline-block;
    padding:0.5em 1em;
    border:0;
}

textarea.form-control,
textarea.form-control:is(:-webkit-autofill, :autofill){
    border-radius: 1.5rem;
    background-color:#FFFFFF !important;
    border:0;
    padding:0.75em 1em;
    resize: vertical;
    min-height: 8rem;
    font-family: almarai, sans-serif;
}

.contact-intro{
    font-size: 1rem;
    font-weight: 400;
    color:#164194;
    text-align: center;
    margin: 0;
}

.auth-link-wrapper{
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.auth-link{
    color:#164194;
    font-family: almarai, sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.auth-link:hover{
    color:var(--brand-accent);
    text-decoration: underline;
}

.bg-success{
    background-color:#164194;
    border-radius: 1rem;
}

.bg-danger{
    background-color:var(--brand-accent);
    border-radius: 1rem;
}

.cf-turnstile-wrapper{
    display: flex;
    justify-content: center;
}

