.float-label {
    position: relative;
    margin-bottom: 1em;
}

.label {
    font-size: 1em;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    bottom: 2px;
    transition: 0.2s ease all;
}

.label-float {
    top: 0px;
    font-size: 10px;
}
textarea#message:focus {
    outline: none;
    border:none;
}
textarea#message {
    height: 5em;
    resize:vertical;
    overflow: auto;
}

/*# sourceMappingURL=components.d89ed533.css.map*/