/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/
#form {
width: 100%;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#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;
}

/*-----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 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-----*/
#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) {
#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) {
#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) {
#error {
padding: 20px;
}

#success{
padding: 20px;
}

#easy .input {
max-width: 48%;
}

#easy .textarea {
max-width: 100%;
}
}