/**/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
a {
  color: #3c1053;
  text-decoration: underline; }
  a:hover {
    color: #222; }

.bold {
  font-weight: 700; }

body.login-form {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  color: #444; }

main {
  height: 100vh;
  position: relative; }

.p50 {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0; }
  .p50.p50-left {
    left: 0;
    -webkit-box-shadow: 0px 0px 52px 10px #42445a;
    -moz-box-shadow: 0px 0px 52px 10px #42445a;
    box-shadow: 0px 0px 52px 10px #42445a; }
    .p50.p50-left footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      background-color: rgba(0, 0, 0, 0.3);
      text-align: center;
      color: #fff; }
  .p50.p50-right {
    right: 0;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .p50.p50-right i {
      margin: 5px 0;
      color: #ddd;
      font-size: 90px; }
    .p50.p50-right h1 {
      font-size: 24px;
      font-weight: 900; }
    .p50.p50-right .line {
      height: 1px;
      margin: 25px 0;
      background-color: #ccc; }
    .p50.p50-right .form-group {
      margin: 25px 0; }
    .p50.p50-right button[type=submit] {
      background-color: #3c1053;
      width: 100%;
      border-color: none; }
    .p50.p50-right input, .p50.p50-right button {
      -webkit-box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.2);
      -moz-box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.2);
      box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.2); }
    .p50.p50-right .small {
      margin-top: 25px; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0413;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.video-container {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: 'Open Sans', sans-serif; }
  .video-container video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .video-container .callout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: rgba(60, 16, 83, 0.5); }
    @media (max-width: 600px) {
      .video-container .callout .logo {
        width: 360px; } }

#contact {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px 5px 30px;
  background-color: #3c1053;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-left-radius: 25px;
  -webkit-box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.5);
  -moz-box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.5);
  box-shadow: 0px 0px 52px 10px rgba(66, 68, 90, 0.5); }
  #contact ul {
    list-style: none;
    padding: 0; }
    #contact ul li {
      display: inline-block; }
      #contact ul li img {
        height: 30px; }

#mobile {
  display: block;
  position: fixed;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3c1053;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
  color: #fff; }
  #mobile i {
    display: block;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    margin-top: -150px; }
  @media (min-width: 1900px) {
    #mobile {
      display: none; } }

/*# sourceMappingURL=style.css.map */
