.feedBack
{
    position: relative;
    top: 50px;
    width: 80%;
    height: 70%;
    min-height: 360px;
    max-width: 380px;
    max-height: 442px;
    padding: 0;
    margin: auto;
    background-color: #545354;
    border-radius: 20px;
}

.feedBack span{
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    width: 90%;
    text-align: left;
    margin-top: 10px;
}
.feedBack ul{
    width: 100%;
    height: 100%;
}
.feedBack li{
    text-align: center;
    padding: 5px;
    list-style: none;
    width: 100%;
    height: auto;
}
.feedBack input{
    font-size: 15px;
    height: 30px;
    width: 90%;
    border-radius: 10px;
    color: #ffffff;
    padding-left: 12px;
    background-color: #778486;
    border:#ffffff;
}

.feedBack .contentInput{
    padding: 5px 5px 5px 12px;
    outline: none;
    resize: none;
    font-size: 15px;
    height: 100px;
    width: 90%;
    border-radius: 10px;
    color: #ffffff;
    overflow: scroll;
    background-color: #778486;
    border:#ffffff;
    -webkit-appearance: none;
}

.commitBtn{
    margin-bottom: 5px;
    background-color: #46b8da;
    color: #626262;
    border-radius: 10px;
    width: 80px;
    height: 35px;
    /*margin-top: 10px;*/
    /*height: 40px;*/
    /*width: 100px;*/
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    /*border-radius: 10px;*/
    /*color: #ffffff;*/
    /*background-color:#46b8da;*/
    /*border: none;*/
    /*-webkit-box-shadow: 0 0 5px #46b8da;*/
}