body {
    background-color: #e7e7e7;
}

#sampletext {
  position: absolute; 
  font : italic bold 60px arial;
  color : #aaaaaa;
  margin-top : 200px;
}


#conslide > div {
    width: 100%;
    height: 100%; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
    text-align: center;
}

#conslide{
  opacity: 0.7;
}

.container {
  z-index: 1;
  position: absolute;
  width:350px;
  height:500px;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  padding-top: 25px;
}

.col-lg-10 input, textarea {
  width: 350px;
  margin: 10px 0;
  padding-left: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0,0,0, .1);
  line-height: 30px;
  border-radius: 2px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  outline: none;
}

.col-lg-10 textarea {
  height: 100px;
}

.col-lg-10 button {
  width: 350px;
  margin: 10px 0;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 30px;
  border-radius: 2px !important;
  text-decoration: none;
  border-style: none;
  background-color: #999; 
  transition: background-color .5s;
 } 

.col-lg-10 button:hover {
  background-color: #777; 
 }

.admin-info {
  width: 350px;
  margin-top: 10px;
    background: #fff;
    opacity: 0.8;
    padding: 10px;
    border-radius: 2px !important;
}

.admin-info p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
}

.admin-info p .fa{
    font-size: 12px;
    color: #999;
    padding-right: 5px;
}

.or p {
  width: 340px;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}