/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/
#form {
width: 100%;
padding-bottom:40px;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #d2d2d2;
color:#FFF;
padding:25px;
margin-bottom: 25px;
outline:solid;
outline-width:medium;
outline-color:#ff0000;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 675px;
margin: auto;
}

#easy .input {
width: 100%;
float: left;
max-width: 325px;
margin: 0 0 20px 0;
}

#easy .textarea {
width: 100%;
margin: 0 0 15px 0;
max-width: 675px;
}

#easy .last {
float: right;
}

#easy input.text, 
#easy textarea {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
font-size:1em;
padding:15px;
border: 1px solid #cecece;
-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 rgba(52, 152, 219, 1);
border: 1px solid rgba(52, 152, 219, 1);
}

#easy input:hover,  
#easy textarea:hover {
border: 1px solid #fa1141;
-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: 200px;
}

#easy span {
color:red;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 145px;
height: 40px;
float: left;
margin: 0;
padding:8px;
}

#easy button {
float: right;
display: block;
width: 125px;
background: #fa1141;
padding: 7px 20px 7px 20px !important;
color: #fff;
box-shadow: 0 0px 0 #007dbd;
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;
}

#easy button:hover {
background: #bc0a2f;
box-shadow: 0 0px 0 #850822;
}

/*-----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-----*/

/*-----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 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 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 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-----*/

/*-----responsive form elements start here-----*/
#error {
padding: 20px;
}

#success{
padding: 20px;
}

#easy .input {
max-width: 48%;
}

#easy .textarea {
max-width: 100%;
}
}