.form-m .form-group {
    position: relative;
    margin: 0
}

.form-label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    margin: 0;
    pointer-events: none
}

.focused .form-label {
    transform: translateY(-100%);
    font-size: .75em;
    left: 10px
}

.banr-f .form-label,
.index-form .form-label {
    left: 10px;
    top: 6px
}

.banr-f .focused .form-label,
.index-form .focused .form-label {
    transform: translateY(-86%);
    font-size: .75em;
    left: 14px;
    padding: 0 4px;
    border-radius: 5px
}

.input:focus {
    box-shadow: none
}

@media (max-width:1199px) {
    .qoute-m .form-label {
        top: 6px;
        font-size: 14px;
    }
    .banr-f .form-label,
    .index-form .form-label {
        font-size: 12px;
        top: 8px
    }
    .banr-f .focused .form-label,
    .index-form .focused .form-label {
        left: 9px
    }
}

@media (max-width:992px) {
    .qoute-m .form-label {
        top: 6px;
        font-size: 12px;
    }
}

@media (max-width:610px) {
    .form-label {
        left: 14px;
        top: 11px;
        font-size: 14px
    }
    .focused .form-label {
        transform: translateY(-105%)
    }
}