body {
    background-image: url('../images/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'IBM Plex Sans' !important;
}

.row {
    height: 100vh;
    text-align: center;
    justify-content: center;
}

.content-login {
    text-align: center;
    max-width: 459px;
}

.content-login img {
    width: 221px;
    height: 82px;
    margin-bottom: 34px;
}

.content-campos-login {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

.content-campos-login .content-bem-vindo p {
    color: #112168;
    font-size: 20px;
    padding-top: 42px;
    font-weight: 600;
}

.content-campos-login .content-texto-login p {
    color: #495057;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 44px;
}

.content-campos-login .button-login {
    width: 250px;
    background-color: #112168;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 40px;

}

.content-campos-login .button-login:hover {
    background-color: #005DBF;
}
