
body {
  font-family: "Roboto", Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

a,
a:link,
a:hover,
a:visited,
a:active,
a:focus {
    line-height: 1.1rem;
    color: #8a8a8a;
}

input[type="password"]{
    font-size: 24px;
    letter-spacing: 5px;
}

header {
    background-color: #1e1e1f;
}

header > div > img {
    width: 150px;
    height: 50px;
}

form {
    border: 5px solid #1e1e1f;
}

aside img {
    width: 68px;
}

aside span {
    font-size: 24px;
    line-height: 30px;
}

body main > section div {
    border: 1px solid #1e1e1f;
}

body > section:first-of-type > div button {
    height: 40px;
    line-height: 35px;
}

body > section:last-of-type {
    background-image: url('/assets/imgs/bg-login.svg');
}

.input-group {
    border-bottom-color: #1e1e1f !important;
}

.button-default {
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    outline: none;
    border: 2px solid transparent;
    border-radius: 3px;
    background: #1e1e1f;
    cursor: pointer;
    padding: 0 1em;
    min-width: 50px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    color: #fff;
    will-change: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: Roboto, Arial, Helvetica, Helvetica Neue, sans-serif;
    height: 50px;
    line-height: 46px;
}

.button-default[disabled], .button-default[disabled]:focus, .button-default[disabled]:active, .button-default[disabled]:hover, .button-default.button--disabled, .button-default.button--disabled:focus, .button-default.button--disabled:active, .button-default.button--disabled:hover {
    border-color: #ddd;
    background-color: #ddd;
    cursor: default;
    color: #fff;
}

.button-default, .button-default:focus {
    border-color: #1e1e1f;
    background-color: #1e1e1f;
    color: #fff;
}

.button-default-outline {
    height: 42px;
    line-height: 40px;
    border: 1px solid #1e1e1f;
    background-color: #fff;
    color: #1e1e1f;
    padding: 0 0.5em;
    font-size: 16px;

    /*  */
    display: inline-block;
    position: relative;
    -webkit-transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background-color 0.1s cubic-bezier(0.4, 0, 0.2, 1), color 0.1s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    min-width: 50px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    will-change: box-shadow;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Roboto, Arial, Helvetica, Helvetica Neue, sans-serif;
}

.button-default-outline .button-default-outline:active, .button-default-outline:active {
    border-color: #000;
    background-color: #313133;
    color: #fff;
}

.celular-login {
    padding-left: 75px;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: initial !important;
    min-height: initial !important;
    line-height: 1.25;
}

.form-control:focus {
    box-shadow: none !important;
}

.container-warning {
    margin: 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background-color: #f2f2f2;
    padding: 10px 15px;
    color: #706f6f;
}

.help-arrow {
    display: block;
    position: relative;
    background-color: #d71920;
    width: 56px;
    height: 1px;
}

.help-arrow:before {
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.help-arrow:after {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.help-arrow:before,
.help-arrow:after {
    display: block;
    position: absolute;
    right: 0;
    background-color: #d71920;
    width: 5px;
    height: 1px;
    content: "";
}

.error {
    border-bottom-color: #cf3e3e !important;
}

.span__error {
    display: none;
    color: #cf3e3e;
    transform: translateY(-45px);
}

.fs-7 {
    font-size: .8rem;
}

.fs-8 {
    font-size: .7rem;
}

.fs-9 {
    font-size: .6rem;
}

.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
  color: #FFF;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    

@media screen and (min-width: 768px) {
    main {
        width: 340px;
        margin: 0 auto;
    }
    aside img {
        width: 162px;
        height: auto;
    }

    form {
        border: 1px solid #1e1e1f;
    }

    form > p {
        font-size: 14px !important;
    }

    body > main > section button {
        width: 100%;
    }

    .button-default-outline:hover, .button-default-outline:hover:focus, .button-default-outline:hover, .button-default-outline:hover:focus {
        border-color: #000;
        background-color: #000;
        color: #fff;
    }
}

@media screen and (min-width: 1024px) {

    body > div:not(.swal2-container) {
        width: fit-content;
        margin: 100px auto 0;
        transform: translateX(-100px);
    }

    main {
        width: 370px;
        margin: 0;
    }

    body > section:last-of-type {
        background-image: url('/assets/imgs/bg-login.svg');
    }

    .app-lojas {
        width: 350px;
        margin-left: 150px !important;
    }

    .renner-title {
        font-size: 32px !important;
    }
}