.section.contact input, .section.contact textarea { margin-bottom: 15px; font-size: 16px; border: 1px solid #b6b6b6; border-radius: 5px; } .section.contact input { padding: 0 10px; height: 38px; line-height: 38px; font-weight: 300; } .section.contact textarea { padding: 10px; } .section.contact button { border-color: transparent; color: white; background: #333; width:128px; padding: 8px; } .section.contact label { font-weight: 500; font-size: 17px; padding: 5px 0 2px; display: inline-block; } .alert { padding: 10px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } 
