.textinput_wrapper {
    background-size: cover;
    background-position: center;
    width: 100vw;
    position: relative;
    left: calc(-1*(100vw - 100%) / 2);
    background-color: #001e62;
}

.askform_container label {
    display: none;
}

.askform_text textarea {
    height: 38px;
    border-radius: 50px;
    margin-bottom: 15px;
}


.askform_container h1 {
    color: #fff;
    text-align: center;
}

.askform_button button {
    border-radius: 30px;
    background: #3862c1;
    color: #fff;
    border-color: #3862c1;
}

.response_wrapper {
    text-wrap: pretty;
    overflow-wrap: anywhere;
}

.response_wrapper {
    background: #fff;
    height: 75vh;
    padding-bottom: 20px;
}

.spinner-border {
    color: #fff;
}

.feedback {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.feedback i {
    border: 1px solid #dedede;
    padding: 7px;
    border-radius: 5px;
}

.fa-thumbs-down:before, .fa-thumbs-up:before {
color: rgb(84, 158, 147);
}
.feedback h6 {
    font-weight: bold;
    color: #767676;
}