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