.logo {
    position: fixed;
    /* top: 50%; */
    left: 50%;
    margin-top: -220px;
    margin-left: -14.8em;
}

.hero {
    margin-left: -6em;
}

.hero img {
    width: 35%;
}

.hero-text {
    position: relative;
    display: inline-block;
    color: white;
    /* width: 450px;
    left: 50%;
    margin-left: -225px;
    height: 40px;
    top: 50%;
    margin-top: -20px; */
    font-size: 3.0em;
    margin-left: 0.3em;
    top: 20%;
    /* font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
    font-family: 'Jura', sans-serif;}

p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }

  .word {
    position: absolute;
    width: 220px;
    opacity: 0;
  }

  .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
  }

  .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .letter.behind {
    transform: rotateX(-90deg);
  }

  .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

  .wisteria {
    color: #8e44ad;
  }

  .belize {
    color: #04d9f5;
  }

  .pomegranate {
    color: #f71919;
  }

  .green {
    color: #25d425;
  }

  .midnight {
    color: #2c3e50;
  }

.console-container {
    /* font-family:Khula; */
    font-size:1.5em;
    text-align:center;
    height:200px;
    width:600px;
    display:block;
    position:absolute;
    color:white;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
  }
  .console-underscore {
    display:inline-block;
    position:relative;
    top:-0.14em;
    left:10px;
  }

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.login-wrap {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

input {
    text-align: center;
  }

.form-control {
    background: transparent;
    border: none;
    height: 50px;
    color: #fff!important;
    border: 1px solid transparent;
    background: rgba(255,255,255,.08);
    border-radius: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-control:focus {
    border-color: rgba(255,255,255,.4);
}

.form-control:hover, .form-control:focus {
    background: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(255,255,255,.4);
}

.btn-primary:hover {
    color: #fff;
    background-color: #25d425;
    border-color: #2ae72a;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}
