#exmail_qq_main{
    min-height: 93vh;
    background-image: url(../pages/exmail_qq/side_bar.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

#email_qq_nav ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem 0.5rem;
}

#email_qq_nav ul img{
    width: 150px;
}

#email_qq_nav ul li{
    list-style: none;
    display: flex;
    align-items: center;
    font-size: smaller;
}

#email_qq_nav ul li a{
    padding: 0rem 0.6rem;
}

#email_qq_nav ul li a:not(:last-child){
    border: 1px solid grey;
    border-width: 0px 1px 0px 0px;
}

#exmail_qq_form_section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3rem 15rem;
    min-height: 50vh;
}

#exmail_qq_form_section h1{
    font-size: 2rem;
    font-weight: 500;
}

#exmail_form{
    background-color: white;
    width: 32%;
    min-height: 50vh;
    box-shadow: 0px 0px 3px grey;
    border-radius: 5px;
}

#exmail_form aside{
    padding: 2rem;

}

#exmail_form aside h3, #exmail_form #ex_qq_form_top{
    text-align: center;
}

#exmail_form #ex_qq_form_top{
    font-size: 0.8rem;
    color: grey;
    margin: 0.5rem 0rem 2rem 0rem;
}

.ex_qq_inputs{
    display: block;
    width: 100%;
    margin: 2rem 0rem;
    padding: 0.6rem 1rem;
    border: 1px solid silver;
}

#exmail_form_mid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0rem;
    font-size: 0.8rem;
    color: grey;
}

#exmail_form_mid p{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

#exmail_form_mid a{
    color: #186FD5;
}

#exmail_form button{
    display: block;
    width: 100%;
    text-align: center;
    padding: 0.6rem 0.1rem;
    background-color: #2984EF;
    color: white;
    font-size: 1.1rem;
    border-radius: 3px;
}

#exmail_form button:hover{
    background-color: #186fd5;
}

#exmail_form_foot{
    padding: 1rem 0.5rem;
    border: 1px solid silver;
    border-width: 1px 0px 0px 0px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#exmail_form_foot a{
    display: flex;
    align-items: center;
    padding: 0rem 1rem;
}

#exmail_form_foot a:not(:last-child){
    border: 1px solid silver;
    border-width: 0px 1px 0px 0px;
}

#exmail_form_foot a:last-child{
    color: #186fd5;
}

#exmail_footer_main{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.7rem;
    padding: 1rem 0.1rem;
    color: grey;
}

#exmail_footer_main a{
    padding: 0rem 0.5rem;
    border: 1px solid silver;
    border-width: 0px 1px 0px 0px;
    background-color: white;
}

/*  */
@media (max-width:1030px) {
    #exmail_qq_form_section{
        padding: 3rem 5rem;
        min-height: 80vh;
    }
    
    #exmail_form{
        width: 50%;
        min-height: 30vh;
    }
}

@media (max-width:900px) {
    #exmail_qq_form_section h1{
        font-size: 1.5rem;
    }

    #exmail_qq_form_section{
        padding: 3rem 2rem;
    }
    
    #exmail_form{
        width: 55%;
    }
}

@media (max-width:650px) {
    #email_qq_nav ul{
        justify-content: space-between;
        /* padding: 1rem 0.5rem; */
    }
    
    #email_qq_nav ul li{
        font-size: 0.8rem;
    }

    #exmail_qq_form_section h1{
        display: none;
    }

    #exmail_qq_form_section{
        justify-content: center;
        padding: 3rem 0.5rem;
    }
    
    #exmail_form{
        width: 65%;
    }

    #exmail_footer_main a{
        padding: 0rem 0.2rem;
    }
}

@media (max-width:500px) {
    #email_qq_nav ul li{
        display: none;
    }

    #exmail_qq_form_section{
        padding: 1rem 0.5rem;
        min-height: 70vh;
    }
    
    #exmail_form{
        width: 80%;
    }

    #exmail_footer_main a{
        padding: 0rem 0.5rem;
    }
}

@media (max-width:400px) {
    
    #exmail_form{
        width: 95%;
    }

    #exmail_form aside{
        padding: 2rem 1rem;
    
    }

    #exmail_form_foot{
        font-size: 0.7rem;
    }
    
    #exmail_form_foot a{
        padding: 0rem 0.5rem;
    }
}

@media (max-width:360px) {
    
    #exmail_form{
        width: 100%;
    }

    #exmail_form aside{
        padding: 2rem 0.5rem;
    
    }
}