body{
    height: 100%;
    background-color: #4eb6b0;
}

p,label{
    color: #fff;
}

#container-login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 0 15vh;   
}

#menu-login {
    width: 100%;
    min-height: 70px;
    height: auto;
    background-color: #4eb6b0;
}

.div_icone{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_icone img{
    width: 250px;
}

#cadastro {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

#cadastro #cadastroImgLogo {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

#cadastro div.dados {
    width: 100%;
    border-left: solid 5px #fff;
}

#cadastro form {
    width: 100%;
    padding-left: 30px;
}


.campo{
    padding: 5px;
}

/* input {
    width: 100%;
    height: 35px;
    outline: none;
    border: solid 1px #b5b5b5;
    border-radius: 4px;
    padding: 10px;
    font-family: nunito-regular;
    font-size: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
} */

/* select {
    width: 100%;
    height: 35px;
    outline: none;
    border: solid 1px #b5b5b5;
    border-radius: 4px;
    padding: 8px;
    font-family: nunito-regular;
    font-size: 15px;
    margin-bottom: 10px;
} */
 
/* 
#cadastro div.dados div label {
    font-family: nunito-regular;
    font-size: 14px;
    color: #bfbfbf;
    margin: 0 0 5px;
} */

div.botao {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2px;
}

div.botao button,
div.botao button:focus {
    max-width: 250px;
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    font-family: nunito-semibold;
    font-size: 14px;
    color: #4eb6b0;
    margin-left: auto;
}

#footer-login{
    padding: 15px 0;
}

#footer-login p{
    text-align: center;
}

/* footer#footer-login {
    width: 100%;
    height: 80px;
    border-bottom: solid 15px #4eb6b0;
    display: flex;
    justify-content: center;
} */

/* footer#footer-login p {
    font-family: nunito-regular;
    color: #c6c1c1;
    display: flex;
    font-size: 14px;
    align-items: center;
    width: 24%;
} */

/* footer#footer-login p img {
    height: 18px;
    margin-left: 10px;
} */