body {
    background: #000428;
}

.mzr_cssgradients body {
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    background: linear-gradient(to right, #004e92, #000428);
}

.wr-form .form-header .logo {
    background-image: url('../../IMG/logo/logo-integra-branco.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
}

.wr-login {
    margin-top: 4rem;
}

.wr-form,
.wr-system,
.wr-poweredby,
.wr-embreve {
    color: #fff;
    max-width: 100%;
    padding: 2rem;
    width: 100%;
}

.wr-system,
.wr-poweredby {
    font-size: .8rem;
    text-align: center;
}

.wr-poweredby {
    padding-top: 0;
}

.wr-poweredby a {
    color: #fff;
    font-weight: 700;
}

.wr-poweredby .logo {
    background-image: url('../../img/logo/logo-powered-netpoint-white.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 40px;
    margin: 0 auto .5rem auto;
    width: 120px;
}

.wr-system {
    line-height: 1.8em;
}

.wr-system span {
    font-weight: 700;
}

@media (min-width:576px) {
    .wr-form,
    .wr-system,
    .wr-poweredby {
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        width: 420px;
    }

    .wr-form,
    .wr-embreve {
        background-color: rgba(255,255,255,.1);
        border-radius: 1rem;
        margin-top: 1rem;
        margin-left: auto;
        margin-right: auto;
    }

    .wr-system,
    .wr-poweredby {
    }
}

@media (max-width:992px) {
    .wr-embreve {
        max-width: 420px;
    }
}

.wr-form .form-header {
    padding-bottom: 1em;
    padding-top: 1em;
}

.wr-form .title {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
}

.wr-form .title span:before {
    content: "Informações para acesso:";
    display: none;
}

.wr-form .subtitle {
    line-height: 1.6em;
}

.wr-form .subtitle span:before {
    content: "Por favor, informe seus dados para acessar esta apresentação.";
    display: none;
}

.wr-form label {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.wr-form .esqueceu-senha {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.wr-form .autocadastro-convidado {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.wr-form .autenticar-convidado {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-bottom: .25rem;
    text-transform: uppercase;
}

.wr-form input:not([type="submit"]) {
    background-color: rgba(255,255,255,.1);
    border-color: transparent;
    border-radius: 4px;
    color: #fff;
    padding: .7rem 1.5rem;
}

.wr-form input:not([type="submit"])::placeholder {
    color: rgba(255,255,255,.75);
}

.wr-form input:not([type="submit"]):focus::placeholder {
    color: transparent;
}

.wr-form .form-control {
    border-bottom: solid 1px #fff;
}

.wr-form select {
    color: rgba(255,255,255,.75) !important;
}

.wr-form option {
    color: black !important;
}

#PanelError {
    margin-top: 15px;
}

#browser-name,
#browser-os {
    text-transform: capitalize;
}

.form-content .btn.btn-rounded {
    color: rgba(1, 167, 217, 1);
    display: block;
    margin: 0 auto;
}

.embreve-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: .5em;
    text-align: center;
}

.embreve-data {
    font-size: 18px;
    text-align: center;
}

.embreve-separador {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ffff3d;
}

.col-embreve,
.col-form {
    margin-left: auto;
    margin-right: auto;
}

.custom-control-label::before,
.custom-control-label::after {
    top: .6rem;
    width: 1rem;
    height: 1rem;
}

.form-check-label {
    margin-left: .5em;
}