body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('/crm-assets/font/Inter-Light.woff2') format('woff2'), url('/crm-assets/font/Inter-Light.woff') format('woff'), url('/crm-assets/font/Inter-Light.ttf') format('truetype'), url('/crm-assets/font/Inter-Light.eot');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('/crm-assets/font/Inter.woff2') format('woff2'), url('/crm-assets/font/Inter.woff') format('woff'), url('/crm-assets/font/Inter.ttf') format('truetype'), url('/crm-assets/font/Inter.eot');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('/crm-assets/font/Inter-Medium.woff2') format('woff2'), url('/crm-assets/font/Inter-Medium.woff') format('woff'), url('/crm-assets/font/Inter-Medium.ttf') format('truetype'), url('/crm-assets/font/Inter-Medium.eot');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('/crm-assets/font/Inter-Semibold.woff2') format('woff2'), url('/crm-assets/font/Inter-Semibold.woff') format('woff'), url('/crm-assets/font/Inter-Semibold.ttf') format('truetype'), url('/crm-assets/font/Inter-Semibold.eot');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('/crm-assets/font/Inter-Bold.woff2') format('woff2'), url('/crm-assets/font/Inter-Bold.woff') format('woff'), url('/crm-assets/font/Inter-Bold.ttf') format('truetype'), url('/crm-assets/font/Inter-Bold.eot');
}
html {
  font-size: 15px;
}
body {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 1rem;
}
a {
  color: #fff;
}
p {
  margin-bottom: 1em;
  line-height: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
.medium {
  font-weight: '500';
}
.bold {
  font-weight: '600';
}
.bolder {
  font-weight: '600';
}
.font-14 {
  font-size: 0.9rem;
}
.font-16 {
  font-size: 1.06rem;
}
.font-18 {
  font-size: 1.2rem;
}
.font-20 {
  font-size: 1.33rem;
}
.font-25 {
  font-size: 1.6rem;
}
input {
  border: none;
  outline: none;
}
input[type="text"],
input[type="password"] {
  height: 55px;
  line-height: 55px;
  background: #efefef;
  border: 1px solid #e2e2e2;
  color: #333;
  font-size: 1rem;
  padding: 0 34px;
  border-radius: 5px;
  width: 100%;
  transition: 300ms;
}
input[type="text"]:focus,
input[type="password"]:focus {
  box-shadow: 0 0 4px rgba(255,255,255,0.7) inset;
}
label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.input {
  margin-bottom: 15px;
}
.submit {
  text-align: center;
  padding-top: 20px;
}
.submit input {
  outline: none;
  background: #0ab39c;
  color: #fff;
  width: 220px;
  text-align: center;
  font-size: 1rem;
  height: 54px;
  line-height: 54px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: 300ms;
  width: 100%;
}
.submit input:hover {
  background: #0bcbb1;
}
body {
  min-height: 100vh;
  background: linear-gradient(to right bottom,#0456ba,#022856);
  background-repeat: repeat;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1fr;
}
@media screen and (max-width: 1000px) {
  body {
    background: #fff;
    color: #333;
    padding: 20px max(20px,8.3328vw);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hideMessage {
  100% {
    opacity: 0;
    transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
  }
}
@-webkit-keyframes hideMessage {
  100% {
    opacity: 0;
    transform: scale3d(0,0,0);
    -webkit-transform: scale3d(0,0,0);
  }
}
.login-form {
  border-radius: 5px;
  box-shadow: 10px 10px 60px rgba(0,0,0,0.25);
  width: 460px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: clamp(20px,2.0832vw,40px) clamp(30px,2.0832vw,40px);
  color: #333;
}
.login-form__logo {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.login-form__logo img {
  height: 80px;
}
@media screen and (max-width: 1000px) {
  .login-form {
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 460px;
    padding: 0;
    grid-row-start: 2;
  }
}
.message-wrapper {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .message-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
}
.message {
  color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  text-align: center;
  opacity: 0;
  margin-bottom: 30px;
  animation: fadeIn 1000ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  -webkit-animation: fadeIn 1000ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  width: 540px;
  margin: 0 auto;
  background: #f06548;
}
@media screen and (max-width: 1000px) {
  .message {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
.message.hidden {
  opacity: 1;
  animation: hideMessage 300ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
  -webkit-animation: hideMessage 300ms cubic-bezier(0.250,0.460,0.450,0.940) forwards;
}