.body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-promotion-new.jpg) ;
  background-position: center center;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  cover;
}

.logo-area .name {
  font-size: 58px;
  font-family: 'ClementePDal-SemiBoldItalic';
  color: #293364;
  text-transform: capitalize;
  margin: 0;
}

.logo-area .slogan {
  display: block;
  font-family: 'Lato-Light';
  font-size: 28px;
}

.title-area h2 {
  font-family: 'Lato-Black';
  font-size: 76px;
  text-transform: uppercase;
}

.title-area span {
  text-transform: none;
  font-family: 'GreatVibes-Regular';
  font-size: 90px;
}

.title-area h2 span {
  display: block;
}

.inner-form {
  margin: 0 15%;
  background: #fff;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 5px 5px 10px #444;
  position: relative;
}

.inner-form > p {
  font-family: 'Roboto-Regular';
  font-size: 35px;
  color: #333;
}

.inner-form label {
  width: 20%;
  float: left;
  margin-top: 12px;
}

.inner-form .text {
  width: 80%;
  float: right;
  
  position: relative;
}

.inner-form .text input {
  width: 100%;
  height: 50px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  padding: 0 15px 0 30px;
  font-style: italic;
}

.inner-form .text:before {
  content: '';
  position: absolute;
}

.inner-form .text.name:before {
  width: 16px;
  height: 16px;
  background: url(../images/icon-per.png) no-repeat;
  top: 16px;
  left: 5px;
}

.inner-form .text.phone:before {
  width: 16px;
  height: 16px;
  background: url(../images/icon-phone-promotion.png) no-repeat;
  top: 16px;
  left: 5px;
}

.inner-form .text.email:before {
  width: 16px;
  height: 10px;
  background: url(../images/icon-mail-1.png) no-repeat;
  top: 20px;
  left: 5px;
}

.inner-form input::-moz-placeholder {
  color: #999;
  opacity: 1
}

.inner-form input:-ms-input-placeholder {
  color: #999
}

.inner-form input::-webkit-input-placeholder {
  color: #999
}

.box-promo {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #293364;
  text-align: center;
  line-height: 180px;
  position: absolute;
  top: -100px;
  left: -100px;
}

.box-promo .inner {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px dashed #fff;
}


.box-promo span {
  font-size: 60px;
  color: #fff;
  font-family: 'HelveticaLTStd-BlkCond';
}


.row-birth {
  width: 80%;
  float: right;
}

.row-birth .row {
  margin: 0 -3px;
}

.row-birth .row .col-md-4 {
  padding: 0 3px;
}

.inner-form select {
  width: 100%;
  height: 50px;
  border-radius: 3px;
}

.inner-form .col-md-6 {
  margin-bottom: 20px;
}

.register {
  margin-top: 60px;
  background: #ff8dae;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 30px;
  font-family: 'Raleway-Bold';
  padding: 10px 40px;
}

.register:hover {
  background: #ff8dae;
}

.footer {
  background: #293364;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-family: 'Lato-Regular';
  font-size: 30px;
  color: #ff8dae;
  padding: 30px 15px;
}

.footer a {
  font-family: 'Lato-Regular';
  font-size: 30px;
  color: #ff8dae;
}

.inner-form .col-md-6 {
  overflow: hidden;
}

.notes {
  margin-bottom: 0;
}

.main-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

/*responsive*/

@media screen and (max-width: 375px) {
  .inner-form label {
    font-size: 12px;
    position: relative;
    left: -8px;
  }
}

@media screen and (max-width: 479px) {
  .inner-form {
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    position: static;
  }

  .inner-form .col-md-6 {
    width: 100%;
  }

  .body {
    position: static;
    background-attachment: scroll;
  }

  .title-area span {
    font-size: 50px;
  }

  .title-area h2 {
    font-size: 40px;
  }

  .inner-form > p {
    font-size: 17px;
    padding: 30px 0 0 0;
  }

  .register {
    margin: 30px 0;
  }

  .logo-area {
    padding: 30px 0 0px 0;
  }

  .footer {
    font-size: 20px;
    padding: 20px 15px;
  }

  .footer a {
    font-size: 20px;
  }

  .box-promo {
    width: 80px;
    height: 80px;
    line-height: 70px;
    left: -40px;
    top: -40px;
  }

  .box-promo .inner {
    width: 70px;
    height: 70px;
    top: 5px;
    left: 5px;
  }

  .box-promo span {
    font-size: 25px;
  }

  .title-area {
    margin: 0 0 50px 0;
  }

  .inner-form {
    padding: 20px;
  }

  .register {
    font-size: 25px;
  }

  .logo-area .name {
    font-size: 40px;
  }

  .logo-area .slogan {
    font-size: 20px;
  }

  .inner-form select {
    margin-bottom: 10px;
  }

   .main-content {
    position: static;
    transform: translate(0%, 0%);
  }

  .inner-form label,
  .inner-form .text,
  .row-birth {
    width: 100%;
    float: none;
    left: 0;
  }

  .inner-form .col-md-6 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer {
    position: static;
  }

  .body {
    position: static;
    background-attachment: scroll;
  }

  .main-content {
    position: static;
    transform: translate(0%, 0%);
  }

  .inner-form .col-md-6 {
    width: 100%;
  }

  .title-area h2 {
    font-size: 50px;
  }

  .inner-form > p {
    font-size: 20px;
  }

  .register {
    margin: 30px 0;
  }

  .logo-area {
    padding: 30px 0 15px 0;
  }

  .footer {
    font-size: 20px;
    padding: 20px 0;
  }

  .footer a {
    font-size: 20px;
  }

  .box-promo {
    width: 120px;
    height: 120px;
    line-height: 100px;
    left: -50px;
    top: -50px;
  }

  .box-promo .inner {
    width: 100px;
    height: 100px;
  }

  .box-promo span {
    font-size: 35px;
  }

  .title-area {
    margin: 0 0 50px 0;
  }

}


@media screen and (min-width: 992px) and (max-width: 1365px) {
  /*.footer {
    position: static;
  }

  .body {
    position: static;
    background-attachment: scroll;
  }*/

  .inner-form .col-md-6 {
    width: 100%;
  }

  .title-area {
    margin: 20px 0 20px 0;
  }

  .title-area h2 {
    font-size: 50px;
  }

  .inner-form > p {
    font-size: 20px;
  }

  .register {
    margin: 30px 0;
  }

  .logo-area {
    padding: 30px 0 0px 0;
  }

  .footer {
    font-size: 20px;
    padding: 20px 0;
  }

  .footer a {
    font-size: 20px;
  }
  
  .inner-form {
    padding: 20px 20px 0 20px;
  }

  .title-area span {
    font-size: 50px;
  }

  .title-area h2 {
    font-size: 30px;
    margin-top: 0;
  }

  .register {
    padding: 8px 30px;
    font-size: 20px;
  }

  .logo-area .slogan {
    font-size: 20px;
  }

  .logo-area .name {
    font-size: 40px;
  }

  .box-promo {
    width: 150px;
    height: 150px;
    line-height: 130px;
  }

  .box-promo .inner {
    width: 130px;
    height: 130px;
  }

  .box-promo span {
    font-size: 40px;
  }

  .main-content {
    transform: translate(-50%, -57%);
  }
}


@media screen and (min-width: 1366px) and (max-width:1439px) {
  .logo-area .name {
    font-size: 40px;
    margin-top: 30px;
  }

  .logo-area .slogan {
    font-size: 23px;
  }

  .title-area span {
    font-size: 70px;
  }

  .title-area h2 {
    font-size: 50px;
  }

  .inner-form {
    padding: 20px 30px 10px 20px;
  }

  .inner-form > p {
    font-size: 28px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer,
  .footer a {
    font-size: 20px;
  }
  
  .box-promo {
    width: 170px;
    height: 170px;
    line-height: 150px;
  }

  .box-promo .inner {
    width: 150px;
    height: 150px;
  }

  .title-area {
    margin: 20px 0;
  }

  .register {
    margin-top: 47px;
  }

}

@media screen and (min-width: 1440px) and (max-width:1600px) { 
  .logo-area  {
    margin: 20px 0 20px;
  }

  .title-area  {
    margin-bottom: 50px;
  }

  .logo-area .name {
    font-size: 40px;
    margin-top: 30px;
  }

  .logo-area .slogan {
    font-size: 23px;
  }

  .title-area span {
    font-size: 80px;
  }

  .title-area h2 {
    font-size: 60px;
  }

  .inner-form {
    padding: 40px;
  }

  .inner-form > p {
    font-size: 28px;
  }

  .footer {
    padding: 25px 0;
  }

  .footer,
  .footer a {
    font-size: 25px;
  }
}

@media screen and (min-width: 1920px) and (max-width:1920px) {
  .logo-area  {
    margin: 40px 0 60px;
  }

  .title-area  {
    margin-bottom: 50px;
  }

  .inner-form label {
    width: 15%;
  }

  .inner-form .text,
  .row-birth {
    width: 85%;
  }
}