body {
padding: 60px 0;
background: #ffffff;
}



.error {
  color: red;
  font-size: .8em;
}


div#loading {
    width: 300px;
    height: 35px;
    display: none;
    background: url(../images/ajax-loader.gif) no-repeat;
    cursor: wait;
    }


 
/* div#loading  {
	display: none;
    top: 200 px;
    margin: auto;
    position: absolute;
    z-index: 1000;
    width: 300px;
    height: 300px;
    background: url(/home/pi/index_app/static/images/giphy.gif) no-repeat;
    cursor: wait;
    }
*/

