html{
    
    font-family: Arial, Helvetica, sans-serif;
    color: #454e4f;
    
}

body{
   background-color: #F1E9E9;
    background-repeat: no-repeat;
    background-size:90%;
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

form{
    width: 350px;
    background-color: #EEA69A;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #333;
}

fieldset{
    border: none;
    margin: 0;
    
}


input,
label{
    display: block;
    width: 100%;
    box-sizing: border-box;
}

label{
    margin-bottom: .25em;
}

input{
    padding: .75em;
    border-radius: 5px;
    margin-bottom: 1.5em;
    border:1px solid #bbb;
    font-size: 1em;
}

legend{
    padding: 1em;
    text-align: center;
    font-weight: bold;
    color: #454e4f;
    font-size: 1.2em;
  
}

.botao{
    width: fit-content;
    margin: auto;
    background-color: rgb(172, 116, 123);
    color: white;
    cursor: pointer;
}

.botao_cadastro{
    padding-top: 10%;
    width: fit-content;
    margin-top: 10%;
    color: white;
    cursor: pointer;
    text-decoration: none;

}

.senha_esqueci{
    padding-top: 10%;
    width: fit-content;
    margin-right: 10%;
    color: white;
    cursor: pointer;
    text-decoration: none;
  
}