@font-face {
  font-family: "Mulish", sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
}

html, body {
  min-height: 100vh;
}

body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}

.navbar {
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  height: 40px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}

.message-container {
  display: flex;
  flex-grow: 1;
  width: 100%;
  color: #373737;
  align-items: flex-start;
  padding-top: 20px;
}

.message-left-side {
  min-width: 485px;
  max-width: 485px;
  margin: 0 auto;
  padding-top: 60px;
}

.title-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.title-icon {
  width: 50px;
}

.title {
  color: #30489E;
  font-weight: 700;
  font-size: 24px;
  margin: 8px 0 55px;
}

.message-title {
  color: #373737;
  font-weight: 700;
  margin: 0 0 20px;
}

.message-title--little-margin {
  margin: 60px 0 0;
}

.message {
  color: #373737;
  font-weight: 400;
  font-size: 14px;
}

.highlighted-text {
  font-weight: 700;
}

.hero-image {
  margin-right: -100px;
}

.login-button {
  border: none;
  color: #FFFFFF;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-top: 55px;
  cursor: pointer;
  background-color: #4162D8;
  width: auto;
  height: 34px;
  border-radius: 4px;
}

.footer {
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: center;
  align-items: center;
  color: #373737;
  background-color: #F5F6F7;
}
