@charset 'UTF-8';
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;
}
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;
}
* {
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  cursor: pointer;
  border-radius: 4px;
  background-color: #1c7b6a;
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  border: none !important;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  background-color: rgba(28,123,106,0.8);
}
.btn-full {
  width: 100%;
}
#auth {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#auth .row {
  display: flex;
}
#auth .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#auth .logo {
  margin-bottom: 48px;
}
#auth .logo img {
  width: 200px;
  max-width: 200px;
}
#auth h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #131313;
}
#auth form {
  margin-top: 32px;
}
#auth input {
  width: 280px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #dfe3e9;
  padding: 14px 20px;
  font-family: Nunito;
  font-size: 16px;
  color: #121212;
  margin-top: 4px;
  margin-bottom: 16px;
}
#auth label {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #9f9f9f;
}
#auth .form-check {
  display: flex;
  align-items: center;
}
#auth .form-check-input {
  width: auto;
  height: auto;
  margin: 0;
}
#auth .form-check-label {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #121212;
  margin-left: 10px;
}
#auth .btn {
  margin-top: 26px;
}
#auth .forgot {
  margin-bottom: 28px;
  font-family: Nunito;
  font-size: 14px;
  text-align: right;
  color: #0062ff;
}
#order {
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
#order .desc p {
  font-family: 'Nunito', sans-serif;
  text-align: center;
}
#order .row {
  display: flex;
  justify-content: space-between;
}
#order .row input {
  width: 95%;
}
#order .row .f {
  margin-right: 8px;
}
#order .row .l {
  margin-left: 8px;
}
#order .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#order .logo {
  margin-bottom: 48px;
}
#order .logo img {
  width: 200px;
  max-width: 200px;
}
#order h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  text-align: center;
  color: #131313;
}
#order form {
  margin-top: 32px;
}
#order input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #dfe3e9;
  padding: 14px 20px;
  font-family: Nunito;
  font-size: 16px;
  color: #121212;
  margin-top: 4px;
  margin-bottom: 16px;
}
#order label {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #9f9f9f;
}
#order .form-check {
  display: flex;
  align-items: center;
}
#order .form-check-input {
  width: auto;
  height: auto;
  margin: 0;
}
#order .form-check-label {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: #121212;
  margin-left: 10px;
}
#order .btn {
  margin-top: 26px;
}
#order .forgot {
  margin-bottom: 28px;
  font-family: Nunito;
  font-size: 14px;
  text-align: right;
  color: #0062ff;
}
