input:not([type=checkbox]), textarea {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    color: #000000;
    outline: 1px solid #b4b4b4;
    border-radius: 2px;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

input[type=submit] {
    outline: 0;
    background-color: #0078ad;
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
}

textarea {
    height: 100px;
    margin-bottom: 20px;
}

#submit_info {
    position: fixed;
    left: 0px;
    top: 80px;
    right: 0px;
    bottom: 0px;
    background-color: #f5f5f5;
    z-index: 1000;
}

#submit_info_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.1em;
    white-space: nowrap;
    text-align: center;
}