﻿@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,600,700");
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 .15s ease; }

.text-muted {
  color: #9da7b6 !important; }
  @media (max-width: 991.98px) {
    .text-muted {
      font-size: 0.9rem !important; } }

.text-primary {
  color: #35b776 !important; }

.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; }

.form .card {
  background-color: #F3F6F9;
  border: #F3F6F9;
  border-radius: 0.42rem; }

.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; }
  .btn:focus {
    box-shadow: 0 0 0 0.15rem #d7dce0 !important; }

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.175rem !important;
  font-weight: 500 !important; }
  @media (max-width: 991.98px) {
    .btn-lg {
      width: 100%; } }

.btn-primary {
  color: white;
  background-color: #35b776;
  border-color: #35b776; }
  .btn-primary:hover {
    background-color: #209153 !important;
    border-color: #209153 !important; }
  .btn-primary:focus {
    background-color: #35b776;
    border-color: #35b776; }
  .btn-primary:active {
    color: #35b776 !important;
    background-color: #209153 !important;
    border-color: #209153 !important; }

.btn-primary-inverted {
  color: #35b776;
  background-color: white;
  border-color: #35b776;
  border-width: 2px; }
  .btn-primary-inverted:hover {
    background-color: #35b776;
    color: white; }

.btn-secondary {
  color: #FFFFFF;
  background-color: #9da7b6;
  border-color: #9da7b6; }
  .btn-secondary:hover {
    background-color: darker(#9da7b6, 50%);
    border-color: darker(#9da7b6, 50%); }

.btn-secondary-inverted {
  color: #31405a;
  background-color: white;
  border-color: #d7dce0;
  border-width: 2px; }
  .btn-secondary-inverted:hover {
    background-color: #d7dce0;
    color: white; }
  .btn-secondary-inverted:active {
    color: #35b776 !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 {
    height: 25px; }

.emex-logo-sm {
  height: 150px;
  width: 100%;
  border-bottom: 75px transparent solid;
  border-left: #30415b calc(100vw) solid;
  display: block; }
  .emex-logo-sm img {
    height: 25px;
    position: absolute;
    left: 40px;
    top: 40px; }

.emex-terms-lg {
  position: absolute;
  bottom: 20px; }
  .emex-terms-lg a:not(:first-child) {
    margin-left: 2.5rem; }
