


.form-top{
  margin-top: 30px;
}
.panel{
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
  border-radius: 6px;
    border: 0;
}
@-moz-document url-prefix() {
    .form-control{
      height: auto;
    }
}
.panel-primary{
  background-color: #2c3e50;
  color: #fff;
}
.panel-primary>.panel-heading {
    color: #fff;
    font-size: 20px;
    background-color: #2c3e50;
    border-color: #2c3e50;
}
.btn-warning{
  background-color: transparent;
  border-color: #bdc3c7;
}

.slideForm {
  position: fixed;
  right: 0;
  top: 15%;
  display: flex;
  z-index: 3;
  transition: all 0.5s ease;
}

.ShowBtn {
  background: url(../images/contact.png) no-repeat !important;
  color: #fff;
  padding: 90px 26px;
  text-align: center;
  transition: all 0.5s ease;
}

.panel-body h2 {
  padding: 40px 0;
}

