/* Form */
.comment-form input , .bitcoinfy-form label input , .bitcoinfy-form label select {
    background: #f9f9f9;
    border: none;
    line-height: normal;
    width: 100%;
    height: 42px;
    padding: 0 20px 0 10px;
    color: #666;
    font-size: 18px;
}
.comment-form textarea , .bitcoinfy-form label textarea {
    background: #f9f9f9;
    border: none;
    line-height: normal;
    width: 100%;
    height: 150px;
    padding: 15px 20px 15px 10px;
    color: #666;
    font-size: 18px;
}
.comment-form p label , .bitcoinfy-form p label {
    text-transform: uppercase;
}
.comment-form input[type="submit"], .bitcoinfy-form input[type="submit"] {
    background-color: #34495e;
    min-width: 140px;
    border-radius: 4px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    display: inline-block;
    width: auto;
    text-decoration: none;
    border: none;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-appearance: none;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 60px;
}