@CHARSET "ISO-8859-1";

.button_container1 {
 	width:100%;
 	text-align:left;
 }

.pin {
	width: 99%;
	margin: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display:block;
	margin: 0 auto;
	margin-bottom: 3px;
	height:40px;
	border-style: solid; 
	font-size:110%;
	color: #666666;
	outline: none;
	}
	
.pin {
	padding-left:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    }
#error{
color: red; 
 font-size: 1em; 
margin: 0px;
 padding: 0px;
}
input:focus {
    outline: 0;
 	}
 
::-webkit-input-placeholder {
 	font-size:100%;
 	font-family: 'Lato', sans-serif;
 	}
 
:-moz-placeholder {
 	font-size:100%;
 	font-family: 'Lato', sans-serif;
 	}
 
::-moz-placeholder {
 	font-size:100%;
 	font-family: 'Lato', sans-serif;
 	}

:-ms-input-placeholder {
 	font-size:100%;
 	font-family: 'Lato', sans-serif;
 	}

.myButton {
   	width:100%;
	display:block;
	padding: 0;
	margin: 0 auto;
	border: none;
	}

.button {
width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
 cursor: pointer;
}
