﻿@charset "utf-8";

body {
  height: 100%;
  overflow: hidden;
  width: 100% !important;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0px 0px 0px 0px;
}

.fade {
  fill: #232a29;
  opacity: 0;
}

.draw {
  fill: #232a29;
  stroke: #232a29;
  stroke-width: 10px;
  fill-rule: nonzero;
  fill-opacity: 0;
}

  .draw.o {
    fill: #00b0b9;
    stroke: #00b0b9;
  }

.backRight {
  position: absolute;
  right: 0;
  left: 375px;
  background: #ECEBEC;
  background-size: cover;
  background-position: 50% 50%;
  height: 100%
}

  .backRight video {
    width: 100%;
    height: 100%
  }

.left {
  width: 380px;
  height: 100%;
  background: #FFF;
  left: 0;
  position: absolute;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.25);
  padding: 30px;
}

.logo {
  margin: 0 auto 30px;
  display: block;
}

.input-field input {
  width: 250px;
}

.input-field button[type="submit"] {
  background: #00A7CD;
  margin-left: 5px;
}

.input-field button[type="button"] {
  color: #000000;
}

fieldset {
  border: none;
}

.form-ctas {
  display: flex;
  flex-direction: row-reverse;
}

/* To support angular directives with CSP */
@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak],
.ng-cloak, .x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

ng\:form {
  display: block;
}

.page-header h1 {
  font-size: 22px;
}

.panel-title h3 {
  font-size: 18px;
}

iframe {
  border-width: 0px;
}
