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

p,
label {
    color: #fff;
}

#container-login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#menu-login {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #4eb6b0;
    padding: 20px;
}

.voltar{
    padding: 20px 0px;
    cursor: pointer;
}

.voltar div > img{
    height: 30px;
}

.empty{
    width: 20px;
    height: 20px;
}

.div_icone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_icone img {
    width: 250px;
}

#login {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 60%;
}

form {
    width: 100%;
}

#login img {
    height: 60px;
}

#login .title h6 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: nunito-bold;
}

#login .title>p.cadastro {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#login .celular {
    width: 350px;
}

#login .celular input {
    width: 100%;
    border: solid 1px #2ea59d;
    border-radius: 4px;
    padding: 10px;
    font-family: nunito-regular;
    font-size: 15px;
}

#login .codigo button,
#login .codigo button:focus {
    width: 100%;
    height: 45px;
    outline: none;
    border: none;
    background-color: #4eb6b0;
    border-radius: 4px;
    font-family: nunito-semibold;
    font-size: 18px;
    text-decoration: underline;
    color: #fff;
}

#footer-login {
    height: 20%;
    display: flex;
    align-items: end;
    justify-content: center;
}

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