/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */

/*# sourceMappingURL=user.css.map */
:focus {
    outline: none;
}

.content {
    width: 500px;
    position: relative;
}

.input {
    width: 100%;
    border: 0;
    padding: 10px 10px;
    box-shadow:none !important;
    border-radius:2px;
    border-bottom: 1px solid #929fba;
}

    .input ~ .border {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        border:0 !important;
    }

    .input:focus ~ .border {
        width: 96%;
        transition: 0.5s;
        /*border: 1px solid #4285F4 !important;*/
    }

.container {
    border: 0.5px solid;
    padding-bottom: 40px;
}
