/*============login=============*/
body{
    background-color: white;
    
    
}
.roue{
    display: grid;
    gap: 10px;
    justify-content: center;
}
.salade{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}
.salade img{
    height: 180px;
    width: 300px;
}

.r1{
    background: #ffffff;
    border-radius: 30px;
    padding: 45px 200px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
    
}
.neuf button{
    background-color: rgb(86, 152, 130);
    border-radius: 10px;
    color: aliceblue;
    text-align: center;
    padding: 15px 50px;
    font-size: 15px;
    margin-left: 200px;
    display: flex;
    
}
.cout{
    display: flex;
    align-items: center;
    gap: 200px;
    margin-bottom: 3rem;
    width: 98%;
    justify-content: center;
    
}
.car{
    font-size: 25px;
    text-align: center;
    
}
.meuf {
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.velo{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    gap: 10px;
   
}

.velo a{
    display: grid;
    margin-top: 10px;
    font-size: 20px;
    text-decoration: none;
    color: #4B9DA4;
}


.voiture input:not([type="checkbox"]){
    padding: 15px 30px;
    background-color: rgb(240, 241, 242);
}

.remember{
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: #4B9DA4;
    font-size: 18px;
    cursor: pointer;
}

.remember input[type="checkbox"]{
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #4B9DA4;
}

.voiture{
    display: grid;
    gap: 1rem;
}
.masse a{
    color: #4B9DA4;
    font-size: 25px;
    

}
.moto a{
    color: #4B9DA4;
    font-size: 24px;
}
.moteur{
    
    flex-direction: column;
    gap: 10px;
    display: grid;
    margin-bottom: 1rem;
}
.voiture label{
    color: #4B9DA4;
    font-size: 20px;
}
.meuf label{
    color: #4B9DA4;
    text-align: center;
    font-size: 60px;
    margin: 0%;
}



 
/*==========create account=============*/
.chaussure{
    background-color: rgb(247, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
}
.page h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    color: #4B9DA4;
}
.chaussette{
    background: #ffffff;
    padding: 35px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-radius: 30px;
}
input{
    padding: 10px;
    width: 90%;
    background-color: #ecebeb;
}
.football label{
    color: #4B9DA4;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
}
.gang button{
    background-color: #4B9DA4;
    border-radius: 20px;
    width: 90%;
    padding: 10px;
    align-items: center;
    color: white;
    font-size: 18px;
    margin-top: 1rem;
}
.arbitre{
    text-align: center;
}
.arbitre a{
    color: #4B9DA4;
}
.numero a{
    color: #4B9DA4;
}
.numero{
    display: flex;
    align-items: center;
    gap: 15px;
}
.page{
    text-align: center;
}
.arbitre p{
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


/*============forget password============*/
.tele{
    background-color: rgb(247, 246, 246);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.trois p{
    font-size: 35px;
    color: #4B9DA4;
}
.maison{
    background: #ffffff;
    padding: 35px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-radius: 30px;
    text-align: center;
}
.quatre input{
    padding: 10px;
    width: 90%;
    background-color: #ecebeb;
    text-align: center;
    font-size: 18px;
}
.cinq button{
    background-color: #4B9DA4;
    border-radius: 20px;
    width: 50%;
    padding: 10px;
    color: white;
    font-size: 18px;
    margin-top: 1rem;
}
.un{
    display: flex;
}
.deux img{
    width: 300px;
    height: 200px;
}
.un a{
    color: #4B9DA4;
}
.six a{
    color: black;
}



/*=================sms==============*/
.souris{
    background-color: rgb(247, 246, 246);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
}
.ordinateur{
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    border-radius: 30px;
    text-align: center;
}
.mardi img{
    width: 300px;
    height: 245px;
    gap: 1rem;
}
.jeudi input{
    padding: 10px;
    width: 80%;
    background-color: #ecebeb;
    text-align: center;
    font-size: 18px;
}
.vendredi button{
    background-color: #4B9DA4;
    border-radius: 20px;
    width: 50%;
    padding: 10px;
    color: white;
    font-size: 18px;
    margin-top: 2rem;
}
.lundi{
    display: flex;
}
.lundi a{
    color: #4B9DA4;
}

/* Responsive layout */
*, *::before, *::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 900px) {
    .r1 {
        padding: 35px 10vw;
    }

    .cout {
        gap: 8vw;
    }

    .neuf button {
        margin-left: 0;
        padding: 15px 30px;
    }
}

@media (max-width: 600px) {
    .roue {
        width: 100%;
        padding: 1rem;
    }

    .salade {
        margin-right: 0;
    }

    .salade img {
        width: min(300px, 80vw);
        height: auto;
    }

    .r1,
    .chaussette,
    .maison,
    .ordinateur {
        width: 100%;
        max-width: 100%;
        padding: 1.25rem;
        border-radius: 18px;
    }

    .car {
        font-size: 18px;
    }

    .meuf {
        font-size: 22px;
    }

    .cout {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1.5rem;
        width: 100%;
    }

    .moto a,
    .masse a,
    .velo a {
        font-size: 16px;
    }

    .neuf button,
    .gang button,
    .cinq button,
    .vendredi button {
        width: 100%;
        justify-content: center;
        margin-left: 0;
    }

    .voiture input:not([type="checkbox"]),
    .quatre input,
    .jeudi input {
        width: 100%;
        max-width: 100%;
    }

    .numero {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .deux img,
    .mardi img {
        width: min(300px, 80vw);
        height: auto;
    }
}

/* Fluid layout for all authentication pages */
html,
body {
    min-width: 0;
    overflow-x: hidden;
}

.roue,
.chaussette,
.maison,
.ordinateur {
    max-width: 100%;
}

input,
button,
textarea,
select {
    max-width: 100%;
}

@media (min-width: 601px) and (max-width: 1000px) {
    .r1 {
        padding-left: clamp(24px, 8vw, 120px);
        padding-right: clamp(24px, 8vw, 120px);
    }

    .cout {
        gap: clamp(24px, 8vw, 100px);
    }
}

@media (max-width: 600px) {
    .chaussure,
    .tele,
    .souris {
        align-items: flex-start;
        min-height: 100vh;
        margin-top: 0;
        padding: 16px;
    }

    .roue,
    .chaussette,
    .maison,
    .ordinateur {
        margin: 0 auto;
    }

    .page h1,
    .trois p {
        font-size: clamp(24px, 8vw, 35px);
    }

    .page p,
    .trois + p,
    .mercredi p {
        line-height: 1.5;
    }

    .voiture,
    .football,
    .maison,
    .ordinateur {
        width: 100%;
    }

    .voiture label,
    .moteur input,
    .football input,
    .quatre input,
    .jeudi input {
        font-size: 16px;
    }

    .remember {
        font-size: 15px;
    }
}

@media (max-width: 360px) {
    .chaussure,
    .tele,
    .souris {
        padding: 8px;
    }

    .r1,
    .chaussette,
    .maison,
    .ordinateur {
        padding: 14px 10px;
    }

    .salade img {
        width: 75vw;
    }
}