.submit_input {
    background-color: rgba(255,255,255,.3);
    color: white;
    font-size: 18px;
    border-radius: 0px;
}
.row_submit {
    margin-bottom: 10px;
}
.submit_button {
    padding: 20px;
}
.submit_modal {
    font-size: 18px;
    font-weight: 500;
}
#submit_text {
    height: 195px;
}
.submit_button > .btn-success {
    cursor: pointer;
}
