.colored input[type=text], .colored input[type=tel], .colored input[type=email], .colored select{
    border-radius: 0;
    background: #f6f6fb;
    border-left: 2px solid #f2561f;
    font-family: RobotoRegular;
    font-weight: normal;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    font-size: 0.875em;
    padding: 0.625rem 0 0.625rem 1.750rem;
}

.colored input[type=file]{
    display: none;
}

.colored select:focus{
    background: #f6f6fb;
}