.paginate_class{
    margin-top: 1%;
    margin-bottom: 5%;
}

input[type=text]{
	  margin: 3px;
}

input[type=text]:focus, textarea:focus, input[type=number]:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1) ;
  border: 1px solid rgba(81, 203, 238, 1) ;
  border-radius: 4px;
  margin: 3px;
}

.field_with_errors > input[type=text]{
	box-shadow: 0 0 5px rgba(255,0,0,1);
	margin: 3px;
}

.field_with_errors > input[type=text]:focus{
	box-shadow: 0 0 5px rgba(255, 0, 0, 1) ;
}


.field_with_errors {
    padding: 2px;
    background-color: rgba(255, 0, 0, 0) !important;
	display: inline !important;
}