﻿* {
   margin: 0 auto;
   padding: 0;
   outline: none;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   font-family: 'SamsungOne', sans-serif;
   font-weight: normal;
}

textarea {
   resize: none;
}

.label {
   font-family: 'SamsungSharpSans', sans-serif;
   font-weight: normal;
   font-size: 13px;
   display: block;
   padding: 7px 0 0px 0;
   text-transform: uppercase;
}

.inputs {
   width: 100%;
   padding: 15px 0px;
   border-radius: 3px;
   font-family: 'SamsungSharpSans', sans-serif;
   position: relative;
}

.input {
   width: 100%;
   border: 1px solid #7e7e7e;
   border-radius: 0px;
   font-size: 15px;
   padding: 10px 10px;
   background: transparent;
   margin: 10px 0;
   position: relative;
}

.inputhalf {
   width: 100%;
   border: 1px solid #7e7e7e;
   border-radius: 0px;
   font-size: 15px;
   padding: 12px 10px 11px 120px;
   background: transparent;
   position: relative;
   margin: 10px 0;
}

.inputhalf1 {
   width: 100%;
   border: 1px solid #7e7e7e;
   border-radius: 0px;
   font-size: 15px;
   padding: 12px 10px 11px 10px;
   background: transparent;
   position: relative;
   margin: 10px 0;
}

.radio {
   padding-left: 20px;
}

   .radio label {
      padding: 0 5px;
   }

.bg_input {
   position: relative;
   width: 49%;
   display: block;
   vertical-align: top;
   float: left;
}

   .bg_input:nth-child(odd) {
      margin: 0 1% 0 0;
   }

   .bg_input:nth-child(even) {
      margin: 0 0 0 1%;
   }

.captchaimage {
   position: absolute;
   width: 108px;
   border-right: 1px solid #8e8e8e;
   border-top-left-radius: 0px;
   border-bottom-left-radius: 0px;
   height: 41px;
   top: 11px;
}

.cap_ref {
   text-align: left;
   display: block;
   float: left;
   margin: 0;
   width: 100%;
}

.refresh {
   font-size: 13px;
   color: #000000;
}

   .refresh a {
      color: #000000;
      text-decoration: underline;
   }

      .refresh a:hover {
         text-decoration: none;
      }

      .refresh a img {
         margin-right: 5px;
         vertical-align: middle;
      }

.calbtn {
   vertical-align: top;
   position: absolute;
   right: 5px;
   top: 17px;
}

.input::placeholder, .inputhalf::placeholder, .inputhalf1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #000;
   opacity: 1; /* Firefox */
   font-family: 'SamsungOne',arial,sans-serif;
}

.input:-ms-input-placeholder, .inputhalf::-ms-input-placeholder, .inputhalf1::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000;
}

.input::-ms-input-placeholder, .inputhalf::-ms-input-placeholder, .inputhalf1::-ms-input-placeholder { /* Microsoft Edge */
   color: #000;
}

.capcha_input {
   clear: both;
}

.inputsthankyou {
   width: 100%;
   padding: 10px 0;
   font-family: 'SamsungSharpSans', sans-serif;
   position: relative;
   text-align: center;
   margin: 0;
}

   .inputsthankyou p {
      font-size: 22px;
      font-family: 'SamsungOne', sans-serif;
      font-weight: bold;
      margin: 30px 0;
      line-height: 24px;
      text-align: center;
   }

.Btn_submit {
   text-align: center;
}

.clear {
   clear: both;
}

.error {
   position: relative;
   font-size: 12px;
   display: block;
   clear: both;
   float: left;
   width: 100%;
   padding: 0;
   color: #ff0000;
}

   .error > span {
      font-size: 12px;
      margin: 5px 0 5px 36px;
      float: left;
   }

.counter {
   font-size: 12px;
   color: #fdc11d;
}

.term_offer {
   font-size: 13px;
}

   .term_offer label {
      vertical-align: middle;
      line-height: 20px;
   }

   .term_offer a {
      text-decoration: underline;
      color: #000000;
   }

      .term_offer a:hover {
         text-decoration: none;
      }

   .term_offer input {
      margin: 0px 10px 0;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      left: 0;
      opacity: 0;
      cursor: pointer;
   }

   .term_offer label:before {
      content: '';
      height: 20px;
      width: 20px;
      border: 1px solid #8e8e8e;
      vertical-align: middle;
      margin-right: 15px;
      color: #000000;
      font-size: 20px;
      display: inline-block;
      float: left;
      line-height: 22px;
      cursor: pointer;
      border-radius: 0px;
   }


   .term_offer input[type="checkbox"]:checked + label:before {
      content: "✓";
      color: #000000 !important;
      font-weight: bold;
   }

@media screen and (max-width:1024px) {
   .maincontainer {
      width: 100%;
   }
}

@media screen and (max-width:990px) {
   .cap_ref {
      margin: 10px 0;
   }

   .term_offer label:before {
      margin-top: 10px;
   }
}

@media screen and (max-width:767px) {
   .bg_input {
      width: 100%;
      margin: 0;
   }

      .bg_input:nth-child(odd) {
         margin: 0 0 0 0;
      }

      .bg_input:nth-child(even) {
         margin: 0 0 0 0;
      }

   .inputsthankyou p {
      text-align: left;
   }
}

@media screen and (max-width:320px) {

   .inputs {
      padding: 15px 15px;
   }
}
