/*cadastro-cliente.html*/

* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #6100EB;
    height: 100vh;
}

body{
	font-size: 1.6rem;
}

figure img.logo-local-market {
    margin-bottom: 3rem;
    margin-top: 3rem;
}


a {
    text-decoration: none;
    color: #9C9C9C;
}

.container {
    text-align: center;
    margin-top: 5rem;
    
}



div.flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}

button {
    margin-bottom: 10px;
    width: 20rem;
    height: 5rem;
    font-weight: bold;
    border-radius: 16px;
    color: #9C9C9C;
    border: 1px solid #596273 ;
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgb(110, 110, 110);
}

form button {
    display: block;
}

.container h1 span {
    color: #ffffff;
}

.menu {
    display: block;
    width: 30rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 20rem;
}


form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

figure img {
    width: 70%;
    height: 70%;
}