@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
    color: #9b9b9b;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0;
    overflow: visible;
    overflow-x: hidden;
}

.newTicketTitle,
.form-body .row:first-child {
    display: none;
}


#newTicket form button[type=submit] {
    font-family: Raleway;
	border: 2px solid #93da2b;
    background-color: #93da2b;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 47px;
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase;
    letter-spacing: 0.002em;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

#newTicket form button[type=submit]:hover {
    color: #93da2b;
    border-color: #93da2b;
    background-color: transparent;
    outline: none;
}
