html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: lato;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4 {
  color: #2a2829;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.33em;
}

p,
a,
button {
  color: #2a2829;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 171%;
}

h1 {
  font-size: 3em;
  line-height: 133%;
  font-weight: bold;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 125%;
  text-transform: uppercase;
}

h3 {
  font-size: 1.5em;
  line-height: 133%;
}

h4 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  line-height: 133%;
  text-transform: uppercase;
}

.body-semibold {
  font-family: Lato;
  font-weight: 600;
  font-size: 1em;
  line-height: 150%;
}

.body-title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 1em;
  line-height: 150%;
}

.input-filled {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 171%;
}

.input-title {
  color: #898989;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 143%;
}

.input-default {
  font-family: Lato;
  font-style: normal;
  font-size: 0.875em;
  line-height: 171%;
}

.label-big {
  color: #828282;
  font-size: 0.75em;
  line-height: 150%;
}

.label-small {
  color: #898989;
  font-size: 0.625em;
  line-height: 160%;
}

.label-bold {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 150%;
}

.title {
  font-size: 2em;
  line-height: 1.5em;
}

.text--alternative {
  color: #e93c36;
}
.text--white {
  color: white;
}
.text--dark {
  color: black;
}
.text--bold {
  font-weight: 500;
}

.font-primary {
  font-family: Lato;
}

.heading {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 40px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .heading {
    font-style: normal;
    font-weight: bold;
    font-size: 2em;
    line-height: 40px;
  }
}

.primary-color {
  color: #E30613 !important;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media (min-width: 1024px) {
  .m-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 1024px) {
  .desktop-only {
    display: block;
  }
}

.none {
  display: none !important;
}

.hidden {
  visibility: hidden;
}

.box-shadow {
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #FFFFFF;
}

.gap-LR10 {
  margin: 0 10%;
}

.form-shadow-2 {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
}

.form-shadow {
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.05);
}

.text-bold {
  font-weight: bold;
}

.display-table-cell {
  display: table-cell;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  margin: auto;
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #cdd3cf;
  border-radius: 4px;
  font-weight: bold;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #828282;
  font-weight: 300;
}

input[type=text],
input[type=password],
input[type=email],
select {
  height: 50px;
}

label {
  padding: 1em 0;
  margin: auto;
  width: 100%;
  line-height: 0;
}

input.button {
  margin-top: 1em;
}

option {
  background-color: #FFFFFF;
  font: normal 1em Lato, sans-serif;
}

select {
  appearance: none;
  z-index: 2;
}

fieldset {
  position: relative;
}
fieldset select {
  position: relative;
  z-index: 2;
  background-color: transparent;
  cursor: pointer;
}
fieldset > svg {
  position: absolute;
  right: 3%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.form-wrapper {
  display: grid;
  height: 100vh;
}
@media (min-width: 1024px) {
  .form-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.bg-login {
  background-image: var(--bg-login);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-logo {
  width: 50%;
}

.content-login {
  display: grid;
  align-self: center;
  padding: 0 5%;
  color: black;
}
@media (min-width: 1024px) {
  .content-login {
    padding: 10% 20%;
    color: white;
  }
}

/*# sourceMappingURL=main.css.map */
