form.custom input {
    width: 80%;
    margin-bottom: 15px;
    padding:5px 7px;
}
form.custom input[type="radio"] {
    width: auto;
    display: inline-block;
}
form.custom input[type="radio"]+ label {
    display: inline-block;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
.wp-select-wrapper {
    position: relative;
    width: 80%;
}
.wp-icon-arrow-select {
    position: absolute;
    right: 0;
    top:7px;
}
form.custom select {
    width: 80%;
    -webkit-appearance: none;
    border: 1px solid rgb(238, 238, 238);
    border-radius: 0px;
    background-color: white;
    padding: 4px 15px;
}
form.custom textarea {
    width: 79%;
    min-height:150px;
    padding:10px;
}

form.custom input[type="submit"] {
    width: 200px;
    margin-top:12px;
    font-family: 'Artifakt',sans-serif;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
display: flex;
display: -ms-flexbox;
box-sizing: border-box;
justify-content: space-between;
vertical-align: middle;
text-decoration: none;
font-size: 14px;
line-height: 1.43;
font-weight: 600;
background-color: #000000;
border: 1px solid #000000 !important;
color: #FFFFFF !important;
box-shadow: 0 0 0 2px rgba(128, 128, 128, 0);
transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
padding-left: 8px;
padding-right: 8px;
padding-top: calc(12px / 2);
padding-bottom: calc(12px / 2);
position: relative;
}

/* Killing min-width row for this form only */
/* [--- TABLET VIEW---] */
@media only screen and (max-width: 40.063em) {
    .wp-bkg-report-issue .row{
      min-width:100%;
    }
}