   

    @media(max-width: 414px){
        body{
            margin: 0px;
            background-color:#019682;
        }
        form{
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin: 7%;
        }
        form div{
            display: flex;
            justify-content: center;
            margin:3%;
        }
        input{
            border: none;
            width: 100%;
            height: 8vh;
            background: #F0F4F8;
            border-radius: 30px;
            font-family: Roboto;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 40px;
            color: currentColor;
            padding-left: 17%;
        }
        #name{
            background-image: url('../../img/customerLogin/name.png');
            background-repeat: no-repeat;
            background-position-x: 7%;
            background-position-y: 44%;
        }
        #email{
            background-image: url('../../img/customerLogin/email.png');
            background-repeat: no-repeat;
            background-position-x: 7%;
            background-position-y: 50%;
        }
        #senha {
            background-image: url('../../img/customerLogin/senha.png');
            background-repeat: no-repeat;
            background-position-x: 7%;
            background-position-y: 44%;
        }
        .box{
            margin-top: 36%;
            text-align: center;
        }

        h1{
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 34px;
            line-height: 40px;
            color: #FFFFFF;
        }
        a{
            text-decoration: none;
            list-style: none;
        }
        p{
            
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            font-size: 20px;
            line-height: 40px;
            color: #FFFFFF;

        }

        button{

            background-color: #EDBA2B;
            color: currentcolor;
            border-radius: 30px;

            font-family: Roboto;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 16px;
            letter-spacing: 0.0125em;
            width: 120px;
            height: 40px;
            border: none;
            justify-content: center;
            color: rgba(255, 255, 255, 0.87);
            text-transform: uppercase;  
        
        }
        header img{
            position: fixed;
            top:0;
            width:100%;
        }

        footer img{
            bottom: 0;
            width: 100%;
            position: fixed;
        }
        
    }