input, textarea {
    border: 1px solid white;
    background: inherit !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0 !important;
    padding: 20px 10px !important;
    color: white !important;
}

.btn.btn-primary {
    box-shadow: 0 0 20px #f00, 0 0 2px #a10909;
    background: #f00;
    border: none;
    border-radius: 0;
    font-size: 20px;
}