.left .text{
    font-weight: 300 ;
    margin-top: 2rem ;
    width: 80%;
    text-align: center;
}

#email-button{
    background-color: #015EA5;
    color: white;
    margin-top: 0.5rem;
    width: 23.5rem;
    height: 3.5rem;
    margin-top: 2rem ;
}

#back{
    position: absolute;
    top: 0;
    left: 0;
    margin: 1.5rem 0 0 1.5rem;
    font-size: xx-large;
    color: gray;
}

@media only screen and (max-width: 1000px) {
    h2{
       font-size: xx-large !important;
    }
}

@media only screen and (max-width: 500px) {
    #back{
        position: absolute;
        top: 0;
        left: 0;
        margin: 1rem 0 0 1rem;
        font-size: x-large;
        color: gray;
    }

}
 
@media only screen and (max-width: 375px) {
    .left h2{
        font-size: x-large !important;
        text-align: center;
        margin-top: 4%;
    }

    .left input{
        width: 20rem;
    }

    #email-button{
        background-color: #015EA5;
        color: white;
        margin-top: 0.5rem;
        width: 90%;
        height: 3.5rem;
        margin-top: 2rem ;
    }

    #back{
        position: absolute;
        top: 0;
        left: 0;
        margin: 4% 0 0 4%;
        font-size: x-large;
        color: gray;
    }

    .footer-text{
        transform: translate(-1rem,-0.5rem);
    }
}