@import url('https://fonts.googleapis.com/css?family=Space+Mono:400,700');

*  {
  margin:0;
  padding:0;
}

body { 
			background-image: url(../images/bg.jpg);
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
  
}

div, body{
  margin: 0;
  padding: 0;
  font-family: 'Space Mono', monospace;
  
}
.wrapper {
  position: relative;
  height: 100vh; 
  width: 100vw; 
  background:rgba(0,0,0,.6);
}

.logo {
    height: 150px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 100px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo h1 {
    font-size: 170px;
    font-weight: 700;
    color: white;
    letter-spacing: 2px;
}

.post {
    margin: 30px 0px 0px 0px;
    position: absolute;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.post label {

 color: white;

}

.post input {
    margin-top: 10px;
    width: 250px;
    font-family: 'Space Mono', monospace;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 25px;
    border:none;
    background-color: white;
    -webkit-appearance: none;
    border-radius: 0;
    font-weight: 400;
    
}


.field-group {

 margin-top: 20px;

}


.white {
  color:white;
}

.alert {
  margin-top:20px;
  color:red;
}

.post input[type=submit] {
    width: 250px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
    font-family: 'Space Mono', monospace;
    font-size: 18px;
    font-weight: 400;
    background-color: #c86e2e;
    border: none;
    color: white;
    padding: 16px 25px;
    text-decoration: none;
    cursor: pointer;
    height: 62px;
}

.post input[type="submit"]:hover {
    width: 250px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
    font-family: 'Space Mono', monospace;
    font-size: 18px;
    font-weight: 400;
    background-color: rgba(0,0,0,.9);
    border: none;
    color: white;
    padding: 16px 25px;
    text-decoration: none;
    cursor: pointer;
    height: 62px;
   -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}

.post input[type=submit]:after {
    width: 250px;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
    font-family: 'Space Mono', monospace;
    font-size: 18px;
    font-weight: 400;
    background-color: #c86e2e;
    border: none;
    color: white;
    padding: 16px 25px;
    text-decoration: none;
    cursor: pointer;
    height: 62px;
       -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
}


.mambos {
    top: 480px;
    width: 80%;
    position: absolute;
    left: 50%;
    margin: 0;
    height: 280px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background:rgba(0,0,0,.2);
    overflow-x: auto;
    overflow-y: auto;
    padding: 30px;
    font-weight: 400;

      /* blur filters 
  -webkit-filter: blur(20px);
  -o-filter: blur(20px);
  filter: blur(20px);

  */
}

.under {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: .4em;
  margin-right: 10px;
  text-decoration: none;
  color:white;
}

.mambos a {
  font-size: 18px;
  position: relative;
  display: inline-block;
  padding: .4em;
  margin-right: 10px;
  text-decoration: none;
  color:white;
}
.mambos a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: white;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mambos a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  visibility: visible;
}

.fixed {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100;
}

.fixedback {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 100;
}


/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
