@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
body {
  background: #bcd3fa none repeat scroll 0 0;
  font-family: "Open Sans",sans-serif;
  margin: 0;
}


p,h1,h2,h3,h4,h5,h6,a{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

p{
    font-size: 15px
}
.area .row{
    align-items: center
}
header {
  padding: 30px 0 40px;
  text-align: center;
}

.container{
    max-width: 1080px
}
header h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
}
.contact-form-head {
  background: #e6effe none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  padding: 19px 0;
  text-align: center;
}

.input-content {
  padding: 59px 250px 60px 0;
  position: relative;
  z-index: 2;
}
.input-content::after {
  background: rgba(0, 0, 0, 0) url("logo.png") no-repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.contact-form {
-webkit-box-shadow: 0px 0px 20px 0px rgba(154,175,209,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(154,175,209,1);
box-shadow: 0px 0px 20px 0px rgba(154,175,209,1);
}
.input-content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.input {
    margin-bottom: 20px;
}
.input h6 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #8b8b8b;
}
.input > p {
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
}
form {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    padding: 30px 38px;
}
.input input {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px;
  width: 100%;
}


button.Send {
    background: #568ae5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 0;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 15px
}

footer {
    background: #e6effe none repeat scroll 0 0;
    padding: 40px 0;
    text-align: center;
}

@media (max-width: 991px){
    .input-content {
        padding: 40px 0 0 0
    }
    .input-content::after {
        display: none
    }
}
