.blockRedLine3103 {
    display: none !important
}

.btn {
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .3);
    font-size: 20px;
    background: #ae0808 linear-gradient(#ae0808, #ae0808);
    border-radius: 100px;
    padding: 10px 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    text-align: center
}

form input,
form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 15px;
    background: #fff
}