/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --black: #000;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --secondary-gray: #676d85;
  --bankside: #151f43;
  --primary: #151f43;
  --secondary: #676d85;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #000;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.cursor-pointer {
  cursor: pointer;
}

@media (min-width: 576px) {
  .mt-login-page {
    margin-top: 10rem;
  }
}

.mb-2rem {
  margin-bottom: 2rem;
}

.bg-black {
  background-color: #000;
}

@media (min-width: 768px) {
  .pb-md-75px {
    padding-bottom: 75px;
  }
}

body {
  background-color: #fff;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/fonts/MaterialIcons-Regular.woff) format("woff"), url(/fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons {
  vertical-align: bottom !important;
}

@font-face {
  font-family: "AlternateGotNo3D";
  src: url("/fonts/AltGothicNo3DRegular.eot");
  src: url("/fonts/AltGothicNo3DRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/AltGothicNo3DRegular.otf") format("opentype"), url("/fonts/AltGothicNo3DRegular.svg") format("svg"), url("/fonts/AltGothicNo3DRegular.ttf") format("truetype"), url("/fonts/AltGothicNo3DRegular.woff") format("woff"), url("/fonts/AltGothicNo3DRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClearSans";
  src: url("/fonts/ClearSans.eot");
  src: url("/fonts/ClearSans.eot?#iefix") format("embedded-opentype"), url("/fonts/ClearSans.otf") format("opentype"), url("/fonts/ClearSans.svg") format("svg"), url("/fonts/ClearSans.ttf") format("truetype"), url("/fonts/ClearSans.woff") format("woff"), url("/fonts/ClearSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.font-alt-gothic {
  font-family: AlternateGotNo3D, Roboto, sans-serif;
}

.font-clear-sans {
  font-family: ClearSans, Roboto, sans-serif;
}

.font-large {
  font-size: 1.5625rem;
}

body {
  font-family: "Roboto", "Lato", sans-serif;
}

.wrapper {
  width: 100%;
  padding-bottom: 150%;
  position: relative;
  transition: all 0.5s;
}
.wrapper:hover .screening-color {
  opacity: 0;
}
.wrapper .screening-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper .screening-image .screening-color {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.wrapper .screening-image .screening-color h1 {
  letter-spacing: 0.05em;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background-color: transparent;
  border: #000 1px solid;
}
.custom-checkbox .custom-control-label-lg::before, .custom-checkbox .custom-control-label-lg::after {
  width: calc(3.875rem / 2);
  height: calc(3.875rem / 2);
}
.custom-checkbox .custom-control-label-lg {
  padding-left: calc(3.875rem / 2);
  padding-top: 5px;
}

@media (max-width: 767.98px) {
  .footer-links {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .footer-spacer {
    height: 150px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-spacer {
    height: 300px;
  }
}

/*# sourceMappingURL=main.css.map */
