* {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  background: url('../img//background.jpg');
  background-position: 25%;
  background-size: contain;
  background-repeat: no-repeat;
}
.row {
  max-width: 30%;
  margin: 0 auto;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  position: absolute;
  right: 10%;
  top: 30%;;
}
.row:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0px;
  height: 100%;
  width: 150px;
  z-index: -1;
  background: inherit;
}
.row span {
  position: relative;
  display: inline-block;
  margin: 20px 5px;
  width: 100%;
}
  .balloon {
    display: inline-block;
    width: 100%;
    padding: 10px 0 10px 15px;
    font-family: "Open Sans", sans;
    font-weight: 400;
    color: #007CFF;
    background: #fff;
    border: 0;
    border-radius: 3px;
    outline: 0;
    text-indent: 60px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #068AF7;
    padding-left: 70px;
 }
  .balloon::-webkit-input-placeholder {
    color: #fff;
    text-indent: 0;
    font-weight: 300;
    display: none;
 }
  .balloon + label {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -10px;
    bottom: 8px;
    padding: 3px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #068AF7;
    transition: all 0.3s ease-in-out;
    border-radius: 3px;
    background: #7CB1FF;
    
 }

  .balloon:focus::-webkit-input-placeholder, .balloon:active::-webkit-input-placeholder {
    color: #068AF7;
 }

 .btn{
  padding: 10px 10px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  width: 100%;
 }
  