
.submit-btn button.btn {
    background: none;
    width: 79px;
    height: 155px;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    font: white;
}

.submit-btn {
    width: 79px;
    height: 90px;
    position: absolute;
    left: 20px;
    bottom: -37px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}




.fontdosya {
    font-size: 14px;
    font-weight: normal;
    line-height: 160px;
}

.table-bordered {
    border: 1px solid #2688b5;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.send-message-form textarea {
    height: 170px;
    resize: none;
    width: 95%;
    padding: 10px 10px;
}





