.form{
    color: #313030;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px;
}

input, textarea{
    border-radius: 0 !important;
}

input:focus,
textarea:focus {
    border-color: #ff5821 !important;
    box-shadow: none !important;
}