body{
    background-color: #2871AD;
    width: 100vw;
    height: 100vh;
}
#login{
    width: 100vw;
    height: 100vh;
    background-color: #2871AD;
    overflow: hidden;
}
#login-logo{
    width: 100vw;
    height: 100vh;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
}
#login-container, #login-row{
    height: 100vh;
}
#login-acesso-logo{
    margin-bottom: 1rem;
    margin-top: 3rem!important;
}
#login-acesso-logo p{
    padding: 10px 0px;
    color: #646464;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px;
}
#login-acesso-img{
    max-width: 230px;
}
#login-acesso-box{
    width: 500px;
    background-color: rgba(255,255,255,1);
    border-top: 8px solid #2871AD;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
#login-acesso-box .justify-content-center{
    padding: 0px 50px;
}
#form-login::placeholder{
    color: rgba(132,132,132,1);
}
#form-senha::placeholder{
    color: rgba(132,132,132,1);
}
#form-button{
    border: 0px;
    border-radius: 5px;
    padding: 15px 50px;
    color: #FFF;
    background-color: #646464;
    margin-bottom: 35px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 1.5rem;
}

@media screen and (max-width: 500px){    
    #login-acesso-box{
        width: 300px;
    }
    #login-acesso-logo{
        margin-top: 2.6rem!important;
    }
    #login-acesso-img{
        max-width: 160px;
    }
    #login-acesso-logo {
        margin-bottom: 0;
    }
    #login-acesso-logo p {
        font-size: 10px;
        margin-bottom: 0px!important;
    }
    #login-acesso-box .justify-content-center {
        padding: 0px 25px;
    }
    #login-acesso-box label{
        font-size: 13px!important;
        margin-bottom: .3rem!important;
    }
    #form-login, #form-senha{
        height: 40px;
        font-size: 17px;
    }
    #form-button {
        margin-top: 1rem;
        padding: 10px 40px;
        margin-bottom: 30px;
    }
    #login-acesso-box .form-group {
        margin-bottom: 0.5rem!important;
    }
}

@media screen and (max-width: 1024px){   
    #login{
        height: 90vh;
    }
    #login-container, #login-row {
        height: 90vh;
    }
}