button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 48%;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 0.05rem;
}
input#edit-submit-kepzes-gyujto {
    background: #fdba01;
    border: 1px solid #fdba01;
}
@media screen and (max-width: 991px){
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}
.form--inline .form-actions::before{
    font-family: FontAwesome;
    content: "\f002";
    font-size: 13px;
    position: absolute;
    left: 37%;
    top: 10px;
    pointer-events: none;
    color: #fff;
}
/*.form--inline .form-actions::after{
    content: "X";
    font-size: 0.9em;
    position: absolute;
    left: 26.5%;
    top: 64px;
    pointer-events: none;
    color: #fff;
    font-weight: bold;
}*/
}

.form--inline .form-actions {
    position: relative;
}
@media screen and (min-width: 991px){
.form--inline .form-actions::before{
    font-family: FontAwesome;
    content: "\f002";
    font-size: 13px;
    position: absolute;
    left: 20%;
    top: 10px;
    pointer-events: none;
    color: #fff;
}
.form--inline .form-actions::after{
    content: "X";
    font-size: 0.9em;
    position: absolute;
    right: 33.5%;
    top: 11px;
    pointer-events: none;
    color: #fff;
    font-weight: bold;
}
}