/*-----DEMO CSS CODE STARTS HERE // FORM CODE IS BELOW-----*/
html {}
body {

}
 
a,a:link,a:active,a,a:active,a:visited {

}

/*-----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;
}


@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 demo elements start here - form elements further down-----*/

/*-----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-----*/

/*-----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-----*/

/*-----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%;
}
}
