/**
 * Copyright (c) 2020. ExacTI Technology Solutions
 * MIT License.
 * https://exacti.com.br
 * floating-labels - https://github.com/exacti/floating-labels
 * MV Fixes for IE
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .form-label-group.outline label {
        position: relative;
        top: -16px;
        left: 3px;
        display: block;
        width: auto;
        margin-bottom: 0;
        font-size:70%;
        padding: 2px;
        transform:none;
    }

    .form-group {
        margin-bottom:20px;
    }
}
