    .help-block{
        display: block;
        text-align: center;
    }
    input[name=_remember_password]{
        background-color: transparent;
        border: none;
        color: var(--success);
        font-size: 0.8rem;
        cursor: pointer;
    }
    .avatar-circle{
        border-radius: 100%;
        width: 10%;
    }
    .btn-primary {
        color: #fff;
        background-color: #377dff;
        border-color: #377dff
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    }
    
