/* Enter Your Custom CSS Here */
.btn_submit {  
  background-color: #f4f4f4 !important;
  color: #FF0000 !important;  
  border-radius: 10px !important;
}
.btn_submit:hover {
  background-color: #ff0000 !important;
  color: #F4f4f4 !important;  
}

#simpleimage-6 {
  margin-top:52px;
}

/* Centralizar Flicker */
.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}