﻿@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px !important;
  font-weight: 400;
  font-family: Poppins, Helvetica, "sans-serif";
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #31405a;
}
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
input:focus,
a:focus {
  outline: none !important;
}
label,
a {
  font-weight: 600 !important;
}
h1 {
  padding-bottom: 2rem;
}
h2 {
  padding-bottom: 1.5rem;
}
h3 {
  padding-bottom: 1.175rem;
}
h1,
.font-size-h1 {
  font-weight: 600;
  font-size: 1.9rem !important;
}
@media (max-width: 991.98px) {
  h1,
  .font-size-h1 {
    font-size: 1.45rem !important;
  }
}
h2,
.font-size-h2 {
  font-size: 1.5rem !important;
}
@media (max-width: 991.98px) {
  h2,
  .font-size-h2 {
    font-size: 1.3rem !important;
  }
}
h3,
.font-size-h3 {
  font-size: 1.175rem !important;
}
@media (max-width: 991.98px) {
  h3,
  .font-size-h3 {
    font-size: 1.1rem !important;
  }
}
a:active,
a:focus,
a:hover a.text-primary:active,
a.text-primary:focus,
a.text-primary:hover {
  color: #209153 !important;
  text-decoration: none !important;
  transition: color 0.15s ease;
}
.text-muted {
  color: #9da7b6 !important;
}
@media (max-width: 991.98px) {
  .text-muted {
    font-size: 0.9rem !important;
  }
}
.text-primary {
  color: #35b776 !important;
}
.text-decoration-underline {
  text-decoration: underline;
}
.font-weight-bold {
  font-weight: 500 !important;
}
.form .form-group {
  margin-bottom: 0;
  padding: 0 0 20px 0;
}
@media (max-width: 575.98px) {
  .form .form-group {
    padding: 0 0 15px 0;
  }
}
.form .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #31405a;
  padding: 0.5rem !important;
  background-color: white;
  background-clip: padding-box;
  border-bottom: 2px solid #d7dce0;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}
.form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #35b776;
  transition: border-color 0.15s ease;
}
.btn {
  outline: none !important;
  vertical-align: middle;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  border-radius: 6px;
}
.btn:focus {
  box-shadow: 0 0 0 0.15rem #d7dce0 !important;
}
.btn-lg {
  padding: 1rem 2rem;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 500 !important;
  border: solid 1px;
}
@media (max-width: 991.98px) {
  .btn-lg {
    width: 100%;
  }
}
.btn-primary {
  color: white;
  background-color: #35b776;
  border-color: #35b776;
}
.btn-primary:hover {
  color: white !important;
  background-color: #209153 !important;
  border-color: #209153 !important;
}
.btn-primary:focus {
  color: white !important;
  background-color: #35b776;
  border-color: #35b776;
}
.btn-primary:active {
  color: white !important;
  background-color: #209153 !important;
  border-color: #209153 !important;
}
.btn-secondary {
  color: #9da7b6;
  background-color: white;
  border-color: #E2E8ED;
}
.btn-secondary:hover {
  color: #65778B;
  border-color: #E2E8ED;
  background-color: #f8f8f8;
}
.btn-secondary:focus {
  color: #65778B !important;
  border-color: #E2E8ED !important;
  background-color: white;
}
.btn-secondary:active {
  color: #65778B !important;
  border-color: #E2E8ED !important;
  background-color: #f8f8f8 !important;
}
.content {
  max-height: 100vh;
  overflow: hidden auto;
}
.content-section-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}
.content-data {
  width: 400px;
}
@media (max-width: 575.98px) {
  .content-data {
    width: 100%;
  }
}
.content-bg-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: left;
}
.emex-logo-lg {
  position: absolute;
  right: 60px;
  top: 70px;
}
.emex-logo-lg img {
  max-width: 120px;
}
.emex-logo-sm {
  height: 150px;
  width: 100%;
  border-bottom: 75px transparent solid;
  border-left: #30415b calc(100vw) solid;
  display: block;
}
.emex-logo-sm img {
  max-width: 120px;
  position: absolute;
  left: 30px;
  top: 20px;
}
.emex-terms-lg {
  position: absolute;
  bottom: 20px;
}
.emex-terms-lg a:not(:first-child) {
  margin-left: 2.5rem;
}