
/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/
#form {
width: 100%;
}

/*-----error/success messages-----*/
#error {
	display:none;
	background: #F2F2F2;
	color:#999;
	padding:15px;
	margin-bottom: 25px;
	font-size:12px;
	font-family:'GothamBook', Arial, Helvetica, sans-serif;
	line-height: 22px;
	
}

#success{
height:36px;
display:none;
background-color:#B09292;
color:#fff;
padding-left:25px;
padding-top:15px;
padding-bottom:20px;
margin-bottom: 25px;
font-family:'GothamBook', Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 22px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 675px;
margin: auto;
}

#easy .input {
width: 98%;
float: left;
max-width: 675px;
margin: 0 0 20px 0;
color:#565656;
font-family: 'ubunturegular';
font-size:12px;
margin-left:7px;
}

#easy .textarea {
width: 98%;
margin: 0 0 15px 0;
max-width: 675px;
margin-left:7px;
}

#easy .last {
float: left;
margin-left:7px;
}

#easy input.text, 
#easy textarea {
font-family: 'ubunturegular';
font-weight:300;
font-size:13px;
line-height:16px;
height:25px;
padding: 4px 4px;
border: 1px solid #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
float: left;
margin: 0;
outline: none;
}


#easy input[type=text]:focus, 
#easy input[type=tel]:focus, 
#easy textarea:focus {
margin-right: 0px;
box-shadow: 0 0 3px #ccc;
border: 1px solid #ccc;
}

#easy input:hover,  
#easy textarea:hover {
border: 1px solid #ccc;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easy textarea {
height: 150px;
}

#easy span {
color:#000;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
margin-left: 8px;
width: 90px;
height: 26px;
float: left;
}

#easy .refresh {
width: 26px;
height: 26px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 110px;
height: 26px;
float: left;
margin: 0;
padding-top:2px;
padding-bottom:2px;
padding-left:5px;
padding-right:5px;
}

#easy button {
float: right;
display: block;
width: 100px;
background: #FFF;
padding: 6px 10px 5px !important;
color: #E21D25;
text-align: center;
margin:0;
border:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
cursor:pointer;
font-family: 'ubunturegular';
font-size:14px;
}

#easy button:hover {
background: #C30613;
color: #FFF;
}

/*-----OPTIONAL RESPONSIVE STYLES BELOW - MAY BREAK UNDER DIFFERENT MIN-WIDTH/MAX-WIDTH CONDITIONS
-------If you would like to use the responsive stylesheet it's recommended to use the breaking points already 
-------set to prevent the form elements breaking-------*/

@media only screen and (min-width : 110px) and (max-width : 319px) {
/*-----responsive demo elements start here - form elements further down-----*/
h1 {
font-size: 1.75em;
line-height: 1em;
padding: 0 0 10px 0;
margin: 0 0 10px 0;
}

h2 {
font-size: 1em;
}

#container_form {
width: 95%;
min-width: 0;
}

#header {
padding: 15px;
height: 150px;
}

#content {
padding: 15px 15px 22px 15px;
}

.wrap {
width: auto;
padding: 5px;
line-height: 1.25em;
}

/*-----responsive form elements start here-----*/
#error {
padding: 5px;
}

#success{
padding: 5px;
}

#easy .input {
/* max-width: 100%; */
}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: right;
margin: 0;
}

#easy #verify {
width: 100%;
margin: 25px 0;
}

#easy button {
float: right;
width: 125px;
}
}

@media only screen and (min-width: 320px) and (max-width : 419px) {
/*-----responsive demo elements start here - form elements further down-----*/
h1 {
font-size: 2em;
line-height: 1em;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}

h2 {
font-size: 1.1em;
}

#container_form {
width: 93%;
min-width: 0;
}

#header {
height: 150px;
padding: 15px;
}

#content {
padding: 15px 15px 22px 15px;
}

.wrap {
width: auto;
padding: 5px;
line-height: 1.25em;
}

/*-----responsive form elements start here-----*/
#error {
padding: 10px;
}

#success{
padding: 10px;
}

#easy .input {
max-width: 100%;
}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: right;
margin: 0;
}

#easy #verify {
width: 100%;
margin: 25px 0;
}

#easy button {
float: right;
width: 125px;
}
}

@media only screen and (min-width: 420px) and (max-width : 519px) {
/*-----responsive demo elements start here - form elements further down-----*/
h1 {
font-size: 2.25em;
line-height: 1em;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}

h2 {
font-size: 1.2em;
}

#container_form {
width: 91%;
min-width: 0;
}

#header {
height: 150px;
padding: 15px 20px;
}

#content {
padding: 15px 20px 22px 20px;
}

.wrap {
width: auto;
padding: 5px;
line-height: 1.25em;
}

/*-----responsive form elements start here-----*/
#error {
padding: 15px;
}

#success{
padding: 15px;
}

#easy .input {
max-width: 100%;
}

#easy .textarea {
max-width: 100%;

}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: right;
margin: 0;
}

#easy #verify {
width: 100%;
margin: 25px 0;
}

#easy button {
float: right;
width: 125px;
}
}

@media only screen and (min-width: 520px) and (max-width : 619px) {
/*-----responsive demo elements start here - form elements further down-----*/
h1 {
font-size: 2.5em;
line-height: 1em;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}

h2 {
font-size: 1.25em;
}

#container_form {
width: 89%;
min-width: 0;
}

#header {
height: 150px;
padding: 15px 22px;
}

#content {
padding: 15px 22px 22px 22px;
}

.wrap {
width: auto;
padding: 5px;
line-height: 1.25em;
}
/*-----responsive form elements start here-----*/
#error {
padding: 15px;
}

#success{
padding: 15px;
}

#easy .input {
max-width: 48%;
}

#easy .textarea {
max-width: 100%;
}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: left;
}

#easy #verify {
width: 130px;
}

#easy button {
float: right;
width: 105px;
}
}

@media only screen and (min-width: 620px) and (max-width : 819px) {
/*-----responsive demo elements start here - form elements further down-----*/
h1 {
font-size: 2.65em;
line-height: 1em;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}

h2 {
font-size: 1.25em;
}

#container_form {
width: 90%;
min-width: 0;
}

#header {
height: 150px;
padding: 15px 30px;
}

#content {
padding: 15px 30px 22px 30px;
}

.wrap {
width: auto;
padding: 5px;
line-height: 1.25em;
}

/*-----responsive form elements start here-----*/
#error {
padding: 20px;
}

#success{
padding: 20px;
}

#easy .input {
max-width: 48%;
}

#easy .textarea {
max-width: 100%;
}
}
