* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin: 0; 
}

input, select, textarea, button {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 16px; 
}


@keyframes animate {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

.wrap {
  min-height: 100vh;
  align-items: center;
  background: url("../img/bg.jpeg") no-repeat;
  background-size: cover; 
}

.container {
  max-width: 768px;
  margin: auto;
  background: #b5e40d86;
  border: 10px solid #0D13F6;
  padding: 26px 96px 26px;
}

.form-wrap {
 width: 100%;
 margin: auto;
}

.two_col {
  display: block;
  padding-top: 20px;
}

p, h3, h4, ul {
  margin: 0; 
}

img {
  max-width: 100%; 
}

ul {
  padding-left: 0;
  margin-bottom: 0; 
}

a:hover {
  text-decoration: none; 
}

:focus {
  outline: none; 
}

textarea {
  resize: none; 
}

.label-input {
float: right;
}

h3 {
  text-transform: uppercase;
  font-size: 2.875rem;
  color: #000000;
  font-family: 'Handlee', cursive;
  text-align: center;
  margin-bottom: 11px; 
}

h4 {
  text-transform: uppercase;
  font-size: 2vw;
  color: #0D13F0;
  font-family: 'Handlee', cursive;
  text-align: center;
  margin-bottom: 11px; 
  animation: animate 
      10s linear infinite;
}

p {
  text-align: center;
  color: #000000;
  padding: 0 0 10px 5px;
  margin-bottom: 10px;
  line-height: 1.8; 
}

.input-field {
 display: block;
 color: #000000;
 padding-top: 10px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
 padding-bottom: 10px;
}


.cleanForm {
  border: 2px solid #1144ec;
  padding: 10px 10px 10px 10px;
  display: block;
  width: 100%;
  height: 43px;
  font-size: 16px;
  background: none;
  font-family: 'Open Sans', sans-serif 
}
  .cleanForm:focus, .cleanForm:valid {
    border: 2px solid #ffffff; 
  }

.two_col-email-input-label {
 display: inline-block;
 clear: right;
 color: #000000;
 padding: 10px 5px 10px 0px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
}

.two_col-phone-input-label {
 display: inline-block;
 clear: right;
 color: #000000;
 padding: 10px 5px 10px 0px;
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
}

.two_col-email-cleanForm {
  border: 2px solid #1144ec;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  min-width: 238px;
  height: 43px;
  font-size: 16px;
  background: none;
  font-family: 'Open Sans', sans-serif 
}

.two_col-phone-cleanForm {
  border: 2px solid #1144ec;
  padding: 10px 10px 10px 10px;
  display: inline-block;
  width: 155px;
  height: 43px;
  font-size: 16px;
  background: none;
  font-family: 'Open Sans', sans-serif 
}
  .two_col-email-cleanForm:focus, .cleanForm:valid {
    border: 2px solid #ffffff; 
  }
  .two_col-phone-cleanForm:focus, .cleanForm:valid {
    border: 2px solid #ffffff; 
  }

email-label {
padding-left: 0px;
}

textarea.cleanForm {
  height: 86px;
  display:block;
}

button {
  border: 2px solid #1144ec;
  width: 162px;
  height: 51px;
  display: flex;
  background: none;
  background-color: aqua;
  color: #000000;
  margin: auto;
  margin-top: 60px;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  transition-duration: 0.4s;
}

button:hover {
  background-color: #f80850;
  color: white;
}

button:active {
  background-color: #13250f6b;
  color: white;
}

@media (max-width: 767px) {
  h3 {
    font-size: 38px; 
  }

  h4 {
    font-size: 3vw; 
  }

  p {
    font-size: 14px;
    padding: 0; 
  }

  .container {
    padding: 27px 20px 37px;
    background: #b5e40d86;
    border: 10px solid #0D13F6;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; 
  }

  .wrap {
    background: #39459b;
    border: 10px solid #0d99d7;
    background: url("../img/bg.jpeg") no-repeat;
    background-size: cover;  
  } 

.form-wrap {
 width: 238px;
 display: block;
 margin 
}

textarea.cleanForm {
  height: 300px;
  display:block;
}

.two_col-email-cleanForm {
  padding: 5px;
  display: inline-block;
  min-width: 238px;
}

.two_col-phone-cleanForm {
  padding: 5px;
  display: inline-block;
  width: 238px;
}

.label-input {
padding: 20px 0px 20px 0px;
float: left;
}
  
}

