body.login {
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }

    nav .sidebar-toggle,
    #nav .main-sidebar {
        display: none;
    }

    .admin-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        form > div {
            margin-bottom: 14px;
        }

        .required-fields-text {
            font-size: 13px;

            br {
                display: none;
            }
        }
    }

    .btn.acesso-adm {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: none;
    }

    .govbr-login-btn {
        border: none;
    }
}
