
.password, .login_fields {
		margin: 15px 0 0 0;
		width: 100%;
}
	



#voter_form{
    max-width:80%;
    margin:0 auto;
}

#voter_form form, .tml form{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#voter_form input{
    margin-top:15px;
}

#voter_form h2{
    text-align:center;
}

#voter_form input[type="text"], #voter_form input[type="password"], #voter_form input[type="email"], .tml input[type="text"], .tml input[type="password"], .tml input[type="email"]{
  background-color: #eee;
    color:#a7a7a7;
  border:none;
    width: 100%;
    padding-left: 20px;
    height: 6vh;
/*    text-transform: uppercase;*/
}
#voter_form input.user-submit, .tml input.tml-button{
    width:100%;
    border:none;
    text-transform: uppercase;
    text-align:center;
    height: 6vh;
    color:#fff;
    background-color:#AC9B6E;
    margin-top: 15px;
}


input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#voter_form input[type="checkbox"] {
     display:inline-block;
     -webkit-appearance: checkbox; 
    -moz-appearance: checkbox;
    appearance: checkbox;
}