@import url(https://fonts.googleapis.com/css?family=Sniglet|Raleway:900);

body,
html {

   font-family: 'Sniglet', cursive;
}

@media only screen and (max-width: 768px) and (min-width: 415px) {

   body,
   html {
      font-size: 10.2px;
   }
}

h1 {
   font-weight: normal;
   font-size: 4em;
   font-family: 'Raleway', sans-serif;
   margin: 0 auto;
   margin-top: 30px;
   /* width: 500px; */
   color: #F90;
   text-align: center;

}

.header-osea {
   height: 26px;
}

#form {
   /* height: 75vh; */
   background-color: #98d4f3;
   /* overflow: hidden; */
   position: relative;

}

input,
textarea {
   outline: none;
   font-family: 'Sniglet', cursive;
   font-size: 1em;
   color: #676767;
   transition: border 0.5s;
   -webkit-transition: border 0.5s;
   -moz-transition: border 0.5s;
   -o-transition: border 0.5s;
   border: solid 3px #98d4f3;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

input:focus,
textarea:focus {
   border: solid 3px #77bde0;
}

input[type="submit"] {
   background-color: #F90;
   color: white;
   height: 50px;
   cursor: pointer;
   margin-top: 30px;
   font-size: 1.29em;
   font-family: 'Sniglet', cursive;
   -webkit-transition: background-color 0.5s;
   -moz-transition: background-color 0.5s;
   -o-transition: background-color 0.5s;
   transition: background-color 0.5s;
}

input[type="submit"]:hover {
   background-color: #e58f0e;

}

.formgroup,
.formgroup-active,
.formgroup-error {
   background-repeat: no-repeat;
   background-position: right bottom;
   background-size: 10.5%;
   transition: background-image 0.7s;
   -webkit-transition: background-image 0.7s;
   -moz-transition: background-image 0.7s;
   -o-transition: background-image 0.7s;
   width: 566px;
   padding-top: 2px;
}

#messages_area {
   font-size: 20px;
   font-weight: bold;
}

#messages_area2 {
   font-size: 20px;
   font-weight: bold;
}

.card .card-body {
    display: block !important;
    width: 100%;
    padding: 12px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
   
   .product_form_field {
      padding-left: 0px !important;
      margin-bottom: 15px;
   }
   
   .product_form_field_left_right {
      padding-right: 0px !important; 
      padding-left: 0px !important;
      margin-bottom: 15px;
   }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
   .product_form_field {
      padding-left: 0px !important;
      margin-bottom: 15px;
   }

   .product_form_field_left_right {
      padding-right: 0px !important; 
      padding-left: 0px !important;
      margin-bottom: 15px;
   }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
   .product_form_field {
      padding-left: 0px !important;
   }

   .product_form_field_left_right {
      padding-right: 0px !important; 
      padding-left: 0px !important
   }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
   .product_form_field {
      padding-left: 0px !important;
   }

   .product_form_field_left_right {
      padding-right: 0px !important; 
      padding-left: 0px !important
   }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
   .product_form_field {
      padding-left: 0px !important;
   }

   .product_form_field_left_right {
      padding-right: 0px !important; 
      padding-left: 0px !important
   }
}

.sev_check {
   width: 15px;
   height: 15px;
   position: relative;
   top: 5px;
}

.padding_left_right_text {
   padding-left: 5px;
   padding-right: 5px;
}