body {
  background: #F1F5F9;
  padding-top: 0; }

#panelLeft {
  float: left;
  width: 500px;
  max-width: 100%;
  height: 100vh;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 30px 50px;
  overflow: auto; }
  @media screen and (max-width: 768px) {
    #panelLeft {
      width: 100%;
      padding: 0 100px; } }
  @media screen and (max-width: 767px) {
    #panelLeft {
      padding: 0 20px; } }
  #panelLeft .content {
    width: 100%;
    margin: auto; }
    #panelLeft .content .logo {
      display: block;
      width: 150px;
      margin: auto;
      margin-bottom: 60px; }
    #panelLeft .content label {
      font-size: 14px;
      color: #666; }
    #panelLeft .content .form-control {
      margin-bottom: 20px;
      height: 45px;
      padding: 12px 15px; }
    #panelLeft .content .btn {
      width: 100%;
      padding: 5px;
      font-size: 16px;
      margin-top: 20px; }
    #panelLeft .content h2 {
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 30px; }
      #panelLeft .content h2 i {
        opacity: .7;
        font-size: 120%;
        position: relative;
        top: 2px;
        margin-right: 5px;
        color: #0b3a52; }
    #panelLeft .content .department {
      position: relative;
      background: #FFF;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
      border: 1px solid #eee;
      font-size: 14px;
      padding: 20px;
      border-radius: 2px;
      color: #666;
      margin-bottom: 15px;
      display: flex;
      align-items: center; }
      #panelLeft .content .department::after {
        content: '\e93c';
        font-family: 'Linearicons';
        opacity: .6;
        font-size: 15px;
        position: absolute;
        right: 15px;
        top: 50%;
        transition: all .25s;
        -webkit-transition: all .25s;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%); }
      #panelLeft .content .department:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }
        #panelLeft .content .department:hover::after {
          right: 12px; }

#panelRight {
  position: fixed;
  float: left;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: #003A52;
  /* Morphing backrgound */ }
  #panelRight .scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #98D6C1;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out; }
    @media (max-width: 767px) {
      #panelRight .scene {
        display: none; } }
    #panelRight .scene path {
      transition: all .5s ease-out;
      -webkit-transition: all .5s ease-out; }
    #panelRight .scene path:first-child {
      fill: #98D6C1; }
    #panelRight .scene path:nth-child(2) {
      fill: #5FBF9E; }
    #panelRight .scene path:nth-child(3) {
      fill: #98D6C1; }
    #panelRight .scene path:nth-child(4) {
      fill: #5FBF9E; }
    #panelRight .scene path:nth-child(5) {
      fill: #98D6C1; }
    #panelRight .scene path:nth-child(6) {
      fill: #5FBF9E; }
    #panelRight .scene path:nth-child(7) {
      fill: #98D6C1; }
