body{
    background-color:#DB9D8C;

}

header{
    background-color:#C25D4C;
    background-image: url(../img/commun/interface/header-banner.svg);
    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;
}