textarea{
    width: 100%;
    border: 2px solid #ff00e3;
    resize: none;
    box-sizing: border-box;
    font-family: inherit;
    padding: 10px;
}
input[type="text"]{
    width: 100%;
}
#form .row{
    border-top: none;
    padding: 0 50px 35px;
}

#send-feedback{
    background-color: #ff00e3;
    color: #ff00e3;
}
#send-feedback .text{
    font-size: 1.35rem;
    font-weight: 700;
}
.popup{
    top: 35%;
    left: 40px;
    width: 620px;
}

#priority{
    border: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    vertical-align: top;
    width: 100%;
    padding: 4px 0;
    box-sizing: border-box;
    border-bottom: 2px solid;
    text-overflow: '';
    -moz-appearance: none;
    -webkit-appearance: none;
}
#select-issue-arrow {
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 99;
}
#form .row#first-row{
    padding-top: 15px;
}
@media only screen and (max-width: 700px) {
    #form input[type="text"]{
        width: 100%;
    }
}