.form-group label {
     position: relative;
     line-height: unset;
     white-space: normal;
   
}
.upload{
 opacity: inherit;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: block;}

.form-group textarea {
    border: 1px solid hsl(210, 17%, 44%);
}
