.login-wrap {
    width: 100%;
    max-width: 390px;
    padding: 0 15px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 800px;
    h1{
        margin-bottom: 30px;
    }
    form{
        width: 100%;
    }
    .input-group{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        label{
            font-size: 12px;
            background-color: transparent;
            padding: 0 8px;
            border: 0;
        }
        input{
            width: 100%;
        }
    }
    .input-group-text {
    color: var(--text);
    font-weight: 700;
}
ul.list-line{
    color: var(--text);

    > li + li::before{
        background-color: #72747A;
    }
}
}

/*# sourceMappingURL=login.css.map */