#login{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url(../../../img/esg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#login input{
    opacity: 0.6;
}
#login-logo{
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}
#login-container, #login-row{
    height: 100vh;
}
#login-acesso-logo{
    margin-bottom: 2rem;
}
#login-acesso-logo p{
    padding: 10px 0px;
    color: #646464;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
}
#login-acesso-img{
    max-width: 250px;
    padding: 20px 0;
}
#login-acesso-box{
    width: 450px;
    background-color: #FFF;
    border-top: 8px solid #7AB75F;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
#login-acesso-box .justify-content-center{
    padding: 0px 30px;
}
#form-login::placeholder{
    color: rgba(132,132,132,1);
}
#form-senha::placeholder{
    color: rgba(132,132,132,1);
}
#esqueceu-senha{
    text-align: center;
}
#esqueceu-senha a{
    color: #696969;
    font-weight: 500;
    font-size: 12px;
    transition: 0.3s;
}
#cadastre-se{
    text-align: center;
    margin-bottom: 40px;
}
#cadastre-se a{
    color: #696969;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s;
}