
/* custom submit button class style by Valentinos Pilavakis */
/* the class is for the buttons that wrap this submit input */
/* this style is for the submit input inside those buttons  */
/* .form-control-button input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block; */
    /* pointer-events: none; */
  /* }

.form-control-button {
    position: relative;
    overflow: hidden;
} */