html, body{
  padding: 0;
  margin: 0;
  width: 100%;
}
* {
  box-sizing: border-box;
}
body {
  background-color: #F4F4F4;
  font-family: 'arial', 'helvetica neue', 'helvetica', 'sans-serif'  !important;
  font-size: 14px  !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
}
body p {
  font-size: 14px;
}

main {
  width: 600px;
  margin: auto;
  text-align: center;
}

header {
  width: 600px;
  margin: auto;
  display: flex;
   justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
}

header .logo img {
  width: 210px;
  margin-left: 10px;
  vertical-align: inherit;
}

main {
  background-color: white;
  border-top: 2px solid rgb(0, 174, 92);
  padding: 20px;
  line-height: 1.5;
}


.message {
    font-size: 16px;
    margin: 20px 0px 0px 0px;
}


h1 {
    font-size: 28px;
    color: #16b469;
    text-align: center;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 0px;
    margin: 0;
}

h10 {
    font-size: 24px;
    color: #16b469;
    text-align: center;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 0px;
    margin: 0;
    display: block;
}

h4 {
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 15px;
}

textarea {
  padding: 5px 10px;
  display: block;
  width: 560px;
  resize: none;
  overflow: hidden;
  height: 120px;
  border-radius: 3px;
}


.text-1 {
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
    margin: 30px 15px 20px 15px;
}

.text-2 {
    line-height: 1.8;
    text-align: left;
    font-size: 14px;
    margin: 18px 15px 50px 15px;
}

.text-3 {
    font-size: 14px;
    margin: 7px 15px 25px 15px;
}



.form_radio_btn {
	display: grid;
	    margin-bottom: 13px;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
	cursor: pointer;
	padding: 10px 15px;
	line-height: 1.5;
	border: 1px solid #999;
	border-radius: 6px;
	user-select: none;
	font-size: 14px;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
	background: #ffe0a6;
}

/* Hover */
.form_radio_btn label:hover {
	color: #666;
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.text_help {
    color: #666;
    margin-bottom: 10px;
    font-size: 12px;
}



/* ÑÒÈËÈÇÀÖÈß CHECKBOX */

.form-wrapper__item {
    margin: 20px 0px 40px 0px;
    font-size: 14px;
}

.form-wrapper__item label {
    position: relative;
    cursor: pointer
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.form-wrapper__item label input[type=checkbox] {
    position: relative;
    margin-right: 10px;
		opacity: 0;
}

.form-wrapper__item label input[type=checkbox]+span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 2px
}

.form-wrapper__item label input[type=checkbox]+span:after {
    content: "";
    position: absolute;
    display: block;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg)
}

.form-wrapper__item label input[type=checkbox]:not(:checked)+span:after {
    opacity: 0
}

.form-wrapper__item label input[type=checkbox]:checked+span:after {
    opacity: 1
}
/* ÑÒÈËÈÇÀÖÈß CHECKBOX */





#submit {
  display: block;
  width: 200px;
  height: 50px;
  line-height: 43px;
  color: white;
  background-color: #31cb4b;
  text-align: center;
  font-size: 18px;
  border-radius: 7px;
  border: none;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.remote-vote-btns a{
  margin: 0 10px;
}

.copyraite {
  text-align: center;
  margin: 30px auto;
  color: #696969;
  font-size: 14px;
  height: 14px;
}

input[type=email], input[type=tel], input[type=text], select, textarea {
    display: block;
    width: 100%;
    height: 50px;
    margin: auto;
    background: #fff;
    color: #000;
    border: none;
    border: 2px solid rgb(0, 174, 92);
    border-radius: 6px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 15px;
    font: 400 18px/36px Helvetica,Arial,sans-serif;
    cursor: pointer
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.form-controll {
		width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
	font-size: 0.9rem;
}
h3 {
	text-align: left;
	font-size: 1rem;
}
.checkbox {
	padding-left: 24px;
}

.form-group {
	border: 0px solid #EAEAEA;
	border-radius: 10px;
	padding: 10px 10px;
	margin-bottom: 0px;
}

.form-group-1 {
	border: 0px solid #EAEAEA;
	border-radius: 10px;
	padding: 10px 20px;
	margin-bottom: 0px;
}


@media (max-width: 600px) {
  header, main
  {
    width: 100%;
    padding: 5%;
  }

  main {
    background-color: white;
  }

  textarea {
    width: 100%;
  }

  .message {
    display: none;
  }

  .logo {
    margin: auto;
  }

  h1 {
    font-size: 25px;
  }

  h3 {
    font-size: 17px;
  }


  h4 {
    font-size: 20px;
  }

  #submit {
    width: 100%;
    border-radius: 3px;
  }
 .remote-vote-btns a {
   margin: 0;
   width: 45%;
   display: inline-block;
 }

 .remote-vote-btns a img{
   width: 100%;
 }



.form_radio_btn label {
	font-size: 16px;
}

.text-3 {
    font-size: 16px;
}

.form-wrapper__item {
    font-size: 16px;
}


.text-1 {
     font-size: 16px;
 }

.text-2 {
     font-size: 16px;
}




}




