﻿* {
   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;
   font-size: 13px;
}

@font-face {
   font-family: 'FontAwesome';
   src: url('../../fonts/fontawesome-webfont.eot?v=4.5.0');
   src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal;
}

.label {
   font-weight: normal;
   font-size: 13px;
   display: block;
   padding: 0px 0 0px 0;
   text-transform: uppercase;
}

.inputs {
   width: 100%;
   padding: 15px 10px;
   border-radius: 3px;
   position: relative;
   /*background: #050505;*/
}

.input {
   width: 100%;
   font-size: 15px;
   padding: 12px 10px;
   margin: 5px 0 6px 0;
   position: relative;
   background: #ffffff;
   border: 1px solid #d9d9d9;
   color: #000000;
   border-radius: 5px;
}

.inputhalf {
   width: calc(100% - 116px);
   border: none;
   font-size: 15px;
   padding: 12px 10px;
   margin: 0 0 0 116px;
   background: #ffffff;
   border: 1px solid #d9d9d9;
   color: #000000;
   position: relative;
   border-radius: 5px;
}

.cap_ref {
   color: #000000;
   padding: 10px 0px 0 0;
   clear: both;
}

.refresh img {
   padding-right: 5px;
}

.refresh a {
   color: #000000;
}

   .refresh a:hover {
      text-decoration: none;
   }

.capcha_input {
   padding: 0 0 10px 0;
}

.inputboxradio {
   background: #000000;
   font-size: 14px;
   color: #000000;
   padding: 18px 0 18px 0px;
}

.bg_radio {
   float: left;
   position: absolute;
   top: 19px;
   left: 10%;
}

   .bg_radio input[type="radio"] {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 2px;
   }

   .bg_radio label {
      font-size: 14px;
      color: #000000;
   }

.capcha_input {
   margin: 5px 0;
   clear: both;
}

.inputsthankyou {
   width: 100%;
   padding: 10px 0;
   position: relative;
   text-align: center;
   margin: 0;
   /*background: #000000;*/
   color: #000000;
}

   .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;
   margin-top:30px;
}

.clear {
   clear: both;
}

.error {
   position: relative;
   font-size: 12px;
   display: block;
}

   .error > span {
      margin: 5px 0 5px 0px;
      float: left;
      clear: both;
   }

.error1 {
   position: relative;
   font-size: 12px;
   display: block;
}

   .error1 > span {
      margin: 5px 0 5px 36px;
      float: left;
      clear: both;
   }

.bg_input {
   position: relative;
   width: 100%;
   padding: 5px 0;
}

   .bg_input .label {
      color: #000000;
      display: block;
      clear: both;
   }

.border-o {
   border: 0;
   margin: 10px 0 0 0;
}

.term_offer {
   font-size: 13px;
   padding: 0;
   display: block;
}

   .term_offer label {
      vertical-align: middle;
      line-height: 20px;
      color: #000000;
      font-size: 14px;
   }

   .term_offer a {
      text-decoration: underline;
      color: #000000;
      font-size: 14px;
   }

      .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: 3px;
   }


   .term_offer input[type="checkbox"]:checked + label:before {
      content: "✓";
      color: #000000 !important;
      font-family: FontAwesome;
      font-weight: bold;
   }

.captchaimage {
   position: absolute;
   width: 108px;
   height: 43px;
}


@media screen and (max-width:800px) {
   .term_offer {
      padding: 0px 0 10px 0;
   }
}

@media screen and (max-width:767px) {

   .inputsthankyou p {
      text-align: center;
   }

   .bg_radio {
      left: 17%;
   }
}

@media screen and (max-width:320px) {

   .term_offer label {
      font-size: 12px;
   }

   .term_offer a {
      font-size: 12px;
   }
}
