/* _content/FornecedorWeb/Pages/Shared/_SiteOrcamentoLayout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ip4fj4jz1a] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ip4fj4jz1a] {
  color: #0077cc;
}

.btn-primary[b-ip4fj4jz1a] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ip4fj4jz1a], .nav-pills .show > .nav-link[b-ip4fj4jz1a] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ip4fj4jz1a] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ip4fj4jz1a] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ip4fj4jz1a] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ip4fj4jz1a] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ip4fj4jz1a] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/FornecedorWeb/Pages/WebChat/Login.cshtml.rz.scp.css */
.tela-login[b-zgwm9ei9on] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: linear-gradient(120deg,rgba(0, 172, 193, 1) 0%,rgba(0, 193, 174, 1) 35%, rgba(0, 212, 146, 1) 70%, rgba(255, 255, 255, 100) 100%);
}

.form-panel[b-zgwm9ei9on] {
    margin: 2rem;
    padding: 4rem;
    border-radius: 10px;
    width: 40rem;
    display: flex;
    flex-direction: column;
    box-shadow: #767676c9 -10px -10px 70px 2px;
}

.form-container[b-zgwm9ei9on] {
}

.infos-container[b-zgwm9ei9on] {
    width: 60%;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
}

    .infos-container .bergamin-bg[b-zgwm9ei9on] {
        margin: 2rem;
        width: 128px;
        height: 128px;
    }

@media(max-width: 1600px) {
    body[b-zgwm9ei9on] {
        min-height: auto;
    }

    .tela-login[b-zgwm9ei9on] {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: center;
        min-height: auto;
    }

    .infos-container[b-zgwm9ei9on] {
        width: 100%;
    }

    .form-panel[b-zgwm9ei9on] {
        width: 80%;
    }
}

.cursor-pointer[b-zgwm9ei9on] {
    cursor: pointer;
}

.titulo-form[b-zgwm9ei9on] {
    font-family: roboto;
    font-size: 2.5rem;
    margin: 2rem;
}

.map-bergamin[b-zgwm9ei9on] {
    background: white;
    border-radius: 1rem;
    box-shadow: #30303061 10px 15px 30px 8px;
}

.tituloBergamin[b-zgwm9ei9on] {
    font-family: roboto;
    font-size: 3rem;
    color: whitesmoke;
}

.infos-contato[b-zgwm9ei9on] {
    font-family: roboto;
}
